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
Generating {transit_datetime,{0,0,1000}} fails the isomorphism test. It is encoded as a quoted "~m0" but this is obviously wrong since it is one millisecond in. So the right encoding is "~m1".
The text was updated successfully, but these errors were encountered:
Investigated this one some more. It has to do with negative values in general and the way we map these into the Erlang time tuple. Also, it is not clear entirely how points in the past is to be handled by the Erlang time module.
Have you considered just not trying to convert it? This would arguably be better, because then users can do it themselves if they have a working way to do it.
Generating
{transit_datetime,{0,0,1000}}
fails the isomorphism test. It is encoded as a quoted "~m0" but this is obviously wrong since it is one millisecond in. So the right encoding is "~m1".The text was updated successfully, but these errors were encountered: