libiso8601  0.3.14
Data Fields
iso8601_details Struct Reference

Date/time formatting details. More...

Data Fields

uint8_t date_prec
 Date precision (iso8601_date_prec).
 
uint8_t time_prec
 Time precision (iso8601_time_prec).
 
uint8_t extended
 Flag: non-zero if extended format should be used.
 
int32_t tz_sec
 Time zone offset in seconds.
 

Detailed Description

Date/time formatting details.

This structure simply records details related to the formatting (and precision) of a date/time structure. The structure can be filled out by the parser so that a program's output can match the format of its input. Alternatively it can be controlled by the program to provide a consistent output format.