1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-12-24 00:31:11 +02:00

add microsecond field

This commit is contained in:
Kelly Brazil
2022-07-21 10:16:58 -07:00
parent 7389ed5d0c
commit 163a76dd10
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ Schema:
"hour_24": integer,
"minute": integer,
"second": integer,
"microsecond": integer,
"period": string,
"utc_offset": string,
"day_of_year": integer,
@@ -55,6 +56,7 @@ Examples:
"hour_24": 14,
"minute": 52,
"second": 45,
"microsecond": 0,
"period": "PM",
"utc_offset": "+0000",
"day_of_year": 201,