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 | tm_year |
int32_t | tm_mon |
int32_t | tm_mday |
int32_t | tm_hour |
int32_t | tm_min |
int32_t | tm_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::tm_year |
Year (1900 or later)
int32_t SigV4DateTime_t::tm_mon |
Month (1 to 12)
int32_t SigV4DateTime_t::tm_mday |
Day of Month (1 to 28/29/30/31)
int32_t SigV4DateTime_t::tm_hour |
Hour (0 to 23)
int32_t SigV4DateTime_t::tm_min |
Minutes (0 to 59)
int32_t SigV4DateTime_t::tm_sec |
Seconds (0 to 60)