mg_date_time_zone_id

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. Timezone is defined with an identifier for a specific time zone.

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

Members

Variables

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

Meta