fixed test

This commit is contained in:
Alexander Marshalov 2024-02-18 13:01:37 +01:00
parent 9ce13d1042
commit 8a29764806
No known key found for this signature in database

View file

@ -73,7 +73,7 @@ func TestParseTimeAtSuccess(t *testing.T) {
f("2023-05-20T04:57:43-02:30", now, 1.684567663e+09)
// milliseconds
f("2023-05-20T04:57:43.123Z", now, 1.6845586631230001e+09)
f("2023-05-20T04:57:43.123Z", now, 1.684558663123e+09)
f("2023-05-20T04:57:43.123456789+02:30", now, 1.6845496631234567e+09)
f("2023-05-20T04:57:43.123456789-02:30", now, 1.6845676631234567e+09)
}