You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fread(text="t\n2023-10-12T06:53:53.123Z", colClasses="nanotime") # works
fread(text="t\n2023-10-12T06:53:53,123Z", colClasses="nanotime", sep=";") # does not
With that in mind I think we're best off not doing anything here -- better to require the user to change , to . in R and then parse nanotime, then to delete precision (which can't be recovered).
Originally posted by @ben-schwen in #6445 (comment)
#6445 (comment)
The text was updated successfully, but these errors were encountered: