mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
8 lines
264 B
TOML
8 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
|