Data Fields |
|
uint16_t | year |
YYYY, 0000-9999, e.g. 2016.
|
|
uint8_t | number_of_leap_years |
number of leap years since 1970
|
|
uint8_t | month |
01-12
|
|
uint8_t | day |
01-31
|
|
uint8_t | hour |
00-23
|
|
uint8_t | minute |
00-59
|
|
uint64_t | second |
00-59
|
|
uint16_t | sub_second |
microseconds
|
|
int32_t | timezone |
Timezone offset in seconds.
|
|
Detailed Description
ISO8601 Time Structure