mg_date_time

Represents date and time with its time zone.

Date is defined with seconds since the adjusted Unix epoch. Time is defined with nanoseconds since midnight. Time zone is defined with minutes from UTC.

  1. struct mg_date_time
    version(unittest)
    extern (C)
    struct mg_date_time {}
  2. struct mg_date_time

Members

Variables

nanoseconds
long nanoseconds;
Undocumented in source.
seconds
long seconds;
Undocumented in source.
tz_offset_minutes
long tz_offset_minutes;
Undocumented in source.

Meta