An aggregator representing the individually parsed elements of the user-provided date parameter. This is used to verify the complete date representation, and construct the final ISO 8601 string. More...
#include <sigv4_internal.h>
Data Fields | |
int32_t | year |
int32_t | mon |
int32_t | mday |
int32_t | hour |
int32_t | min |
int32_t | sec |
An aggregator representing the individually parsed elements of the user-provided date parameter. This is used to verify the complete date representation, and construct the final ISO 8601 string.
int32_t SigV4DateTime_t::year |
Year (1900 or later)
int32_t SigV4DateTime_t::mon |
Month (1 to 12)
int32_t SigV4DateTime_t::mday |
Day of Month (1 to 28/29/30/31)
int32_t SigV4DateTime_t::hour |
Hour (0 to 23)
int32_t SigV4DateTime_t::min |
Minutes (0 to 59)
int32_t SigV4DateTime_t::sec |
Seconds (0 to 60)