mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
fixed test
This commit is contained in:
parent
9ce13d1042
commit
8a29764806
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func TestParseTimeAtSuccess(t *testing.T) {
|
||||||
f("2023-05-20T04:57:43-02:30", now, 1.684567663e+09)
|
f("2023-05-20T04:57:43-02:30", now, 1.684567663e+09)
|
||||||
|
|
||||||
// milliseconds
|
// 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.6845496631234567e+09)
|
||||||
f("2023-05-20T04:57:43.123456789-02:30", now, 1.6845676631234567e+09)
|
f("2023-05-20T04:57:43.123456789-02:30", now, 1.6845676631234567e+09)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue