Function Block TIME_TRANSLATION

The function block TIME_TRANSLATION returns the next two time changes of the current time zone.

Input DT

The input defines the point in time in the format DT# for calculating the time changes. If no time is specified, the current time is used.

Output DT1

Returns the point in time of the next time change in the format DT#.

Output DT2

Returns the point in time of the subsequent time change in the format DT#.

Output OFFSET1

Returns the time offset to UTC of the next time change in the format T#.

Output OFFSET2

Returns the time offset to UTC of the subsequent time change in the format T#.

Output ISDST1

Is true if the next time change is a daylight saving time.

Output ISDST2

Is true if the subsequent time change is a daylight saving time.

Output ABBR1

Returns the time zone abbreviation for the next time change as a string.

Output ABBR2

Returns the time zone abbreviation for the subsequent time change as a string.