SysTime.timezone

The current time zone of this SysTime. Its internal time is always kept in UTC, so there are no conversion issues between time zones due to DST. Functions which return all or part of the time - such as hours - adjust the time to this SysTime's time zone before returning.

  1. immutable(TimeZone) timezone [@property getter]
    struct SysTime
    @property @safe const pure nothrow return scope
    immutable(TimeZone)
    timezone
    ()
  2. TimeZone timezone [@property setter]

Meta