diff options
author | Alan Du <alanhdu@gmail.com> | 2017-06-01 23:22:35 +0100 |
---|---|---|
committer | Alan Du <alanhdu@gmail.com> | 2017-06-01 23:22:35 +0100 |
commit | 2dfc9fedd30bf3d40c4c3e97adc06fe3aad34361 (patch) | |
tree | fcfde60a5d645769d536f9b7c0726560ed225a14 /tests/valid | |
parent | e4fdd0e4e49842d50f75e4d80f555fa783c0709f (diff) | |
download | milf-rs-2dfc9fedd30bf3d40c4c3e97adc06fe3aad34361.tar.gz milf-rs-2dfc9fedd30bf3d40c4c3e97adc06fe3aad34361.zip |
Store fractional seconds as a u32 instead of a f64
Drops precision down to the nanoseconds
Diffstat (limited to 'tests/valid')
-rw-r--r-- | tests/valid/datetime-truncate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/valid/datetime-truncate.json b/tests/valid/datetime-truncate.json index 34a432f..8c512e1 100644 --- a/tests/valid/datetime-truncate.json +++ b/tests/valid/datetime-truncate.json @@ -1,6 +1,6 @@ { "bestdayever": { "type": "datetime", - "value": "1987-07-05T17:45:00.123456789012Z" + "value": "1987-07-05T17:45:00.123456789Z" } } |