Data Fields | |
| int | years |
| int | months |
| int | days |
| int | hours |
| int | minutes |
| double | seconds |
| long | gmtoff |
Zone date
This is the Human readable (easy printf) date with timezone format used by libnova.
asteroid.c, comet.c, lunar.c, mars.c, and sun.c.
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().
Hours. Valid values 0 - 23.
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
Minutes. Valid values 0 - 59.
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
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().
Years. All values are valid
Referenced by ln_date_to_zonedate(), and ln_zonedate_to_date().
1.5.8