libnova v 0.15.0
|
Human readable Date and time with timezone information used by libnova. More...
#include <ln_types.h>
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.
long ln_zonedate::gmtoff |
Timezone offset. Seconds east of UTC. Valid values 0..86400
int ln_zonedate::hours |
Hours. Valid values 0 - 23.
int ln_zonedate::minutes |
Minutes. Valid values 0 - 59.
int ln_zonedate::months |
Months. Valid values : 1 (January) - 12 (December)
double ln_zonedate::seconds |
Seconds. Valid values 0 - 59.99999....
int ln_zonedate::years |
Years. All values are valid