A normalized ASN.1 time representation. More...
#include <asn1.h>
Data Fields | |
| uint16_t | year |
| uint8_t | month |
| uint8_t | day |
| uint8_t | hour |
| uint8_t | minute |
| uint8_t | second |
| bool | generalized |
A normalized ASN.1 time representation.
| uint8_t day |
The day of the month in the range [1, 31].
| bool generalized |
true if decoded from GeneralizedTime, false if decoded from UTCTime.
| uint8_t hour |
The hour in the range [0, 23].
| uint8_t minute |
The minute in the range [0, 59].
| uint8_t month |
The calendar month in the range [1, 12].
| uint8_t second |
The second in the range [0, 59].
| uint16_t year |
The calendar year.