libnova v 0.15.0
|
Human readable Date and time used by libnova. More...
#include <ln_types.h>
Data Fields | |
int | years |
int | months |
int | days |
int | hours |
int | minutes |
double | seconds |
Human readable Date and time used by libnova.
Date
This is the Human readable (easy printf) date format used by libnova. It's always in UTC. For local time, please use ln_zonedate.
int ln_date::days |
Days. Valid values 1 - 28,29,30,31 Depends on month.
int ln_date::hours |
Hours. Valid values 0 - 23.
int ln_date::minutes |
Minutes. Valid values 0 - 59.
int ln_date::months |
Months. Valid values : 1 (January) - 12 (December)
double ln_date::seconds |
Seconds. Valid values 0 - 59.99999....
int ln_date::years |
Years. All values are valid