date_getLocalTimeZone

Returns the local time zone.

Target function

Signature

1date_getLocalTimeZone()

Returns the local time zone.

date_getLocalTimeZone is a global callable that can be used wherever an expression is valid. date_getLocalTimeZone handles calendar, duration, or formatting behavior. Store values in structured date or duration form and format them only when presenting text.

Examples

Basic call

1date_getLocalTimeZone
The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.