.. highlightlang:: us .. index:: DT_GetTimeZoneOffsets .. _dt_gettimezoneoffsets: DT_GetTimeZoneOffsets ===================== .. us.tag DT_GetTimeZoneOffsets NOTREADYENGLISH DT_FUNC New5403 :ref:`DT_GetTimeZoneOffsets` returns information about the time zone and daylight saving time. .. function:: rmTZ_DST = DT_GetTimeZoneOffsets() .. us.return **Return Value** *rmTZ_DST* is a vector with the elements [time_zone_offset, dst_offset] in minutes. dst_offset is the daylight saving time (DST) Offset in minutes:: local_time = UTC_time + time_zone_offset + dst_offset .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2012.3 (5.40.3) - New. .. seealso:: :ref:`overview-date-and-time`, :ref:`DT_GetCurrentTime` :sub:`id-49124`