DT_GetTimeZoneOffsetsΒΆ

DT_GetTimeZoneOffsets returns information about the time zone and daylight saving time.

rmTZ_DST = DT_GetTimeZoneOffsets()

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

History

Version Description
R2012.3 (5.40.3) New.

id-49124