mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
9 lines
264 B
TOML
9 lines
264 B
TOML
[datetime]
|
|
odt1 = 1979-05-27T07:32:00Z # Comment
|
|
odt2 = 1979-05-27T00:32:00-07:00 # Comment
|
|
odt3 = 1979-05-27T00:32:00.999999-07:00 # Comment
|
|
odt4 = 1979-05-27 07:32:00Z # Comment
|
|
ld1 = 1979-05-27 # Comment
|
|
lt1 = 07:32:00 # Comment
|
|
lt2 = 00:32:00.999999 # Comment
|