This website requires JavaScript.
Explore
Help
Sign In
asya
/
toml-rs
Watch
1
Star
0
Fork
You've already forked toml-rs
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f936fcfb13
toml-rs
/
tests
/
valid
/
datetime-truncate.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Truncate fractional seconds to picoseconds Close https://github.com/alexcrichton/toml-rs/issues/186
2017-06-01 14:35:39 -05:00
{
"bestdayever"
:
{
"type"
:
"datetime"
,
Store fractional seconds as a u32 instead of a f64 Drops precision down to the nanoseconds
2017-06-01 17:22:35 -05:00
"value"
:
"1987-07-05T17:45:00.123456789Z"
Truncate fractional seconds to picoseconds Close https://github.com/alexcrichton/toml-rs/issues/186
2017-06-01 14:35:39 -05:00
}
}
Reference in a new issue
Copy permalink