mg_time

Represents time with its time zone.

Time is defined with nanoseconds since midnight. Timezone is defined with seconds from UTC.

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

Members

Variables

nanoseconds
long nanoseconds;
Undocumented in source.
tz_offset_seconds
long tz_offset_seconds;
Undocumented in source.

Meta