HOUR
#define HOUR(t) (((t) % SECADAY) / SECAHOUR)
#define HOUR(x) ((time_t)((x) * 60))
#define HOUR (MINUTE * 60)