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
{{ message }}
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
The precision of fractional seconds is implementation specific, but at least millisecond precision is expected. If the value contains greater precision than the implementation can support, the additional precision must be truncated, not rounded.
Right now, toml seems to round fractional seconds instead. One fun consequence of this is that:
According to the TOML spec:
Right now,
toml
seems to round fractional seconds instead. One fun consequence of this is that:prints out
17:45:001
, which isn't a valid time.Found with https://github.com/rust-fuzz/targets
The text was updated successfully, but these errors were encountered: