mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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)
|
||||
|
||||
// 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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue