libnova
v 0.16.0
|
Human readable Date and time with timezone information used by libnova. More...
Data Fields | |
int | years |
int | months |
int | days |
int | hours |
int | minutes |
double | seconds |
long | gmtoff |
Human readable Date and time with timezone information used by libnova.
Zone date
This is the Human readable (easy printf) date with timezone format used by libnova.
int ln_zonedate::days |
Days. Valid values 1 - 28,29,30,31 Depends on month.
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
long ln_zonedate::gmtoff |
Timezone offset. Seconds east of UTC. Valid values 0..86400
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
int ln_zonedate::hours |
Hours. Valid values 0 - 23.
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
int ln_zonedate::minutes |
Minutes. Valid values 0 - 59.
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
int ln_zonedate::months |
Months. Valid values : 1 (January) - 12 (December)
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
double ln_zonedate::seconds |
Seconds. Valid values 0 - 59.99999....
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
int ln_zonedate::years |
Years. All values are valid
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().