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
Does the current implementation of parse_exact/1 guarantee to be safe in regard to rounding? For example, if seconds are written as 01.234500000, then if I extract miliseconds as round((SecsFloat - trunc(SecsFloat)) * 1000), will it always yield 235?
This will need to be a major version bump, since the time() type will have to change to accomodate microseconds.
The text was updated successfully, but these errors were encountered: