add timestamp test

This commit is contained in:
CK Tan 2021-07-04 19:25:24 -07:00
parent 511749ebb9
commit bf0447ab49
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
odt1 = 1979-05-27T07:32:00Z
odt2 = 1979-05-27T00:32:00-07:00
odt3 = 1979-05-27T00:32:00.999999-07:00
odt4 = 1979-05-27T00:32:00.1-07:00

View File

@ -2,4 +2,5 @@
odt1 = 1979-05-27T07:32:00Z,
odt2 = 1979-05-27T00:32:00-07:00,
odt3 = 1979-05-27T00:32:00.999-07:00,
odt4 = 1979-05-27T00:32:00.100-07:00,
}