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
I'm not exactly sure why the date parsing is tied to simplifyVector. There is an undocumented simplifyDate parameter to turn off the feature, but setting it to TRUE doesn't work unless simplifyVector is also enabled.
Consider this code:
Returns a list with a name
$date
and a big integer.This can be fixed with:
But it would be nice if
fromJSON
could note the{"$date":1234}
structure and convert it back to POSIX datetime.The text was updated successfully, but these errors were encountered: