GetTimeZone()

Returns the timezone defined for the current request.

GetTimeZone( );

Returns: Timezone

This function does not take any arguments.

Usage Notes

Adobe introduced an incompatible version of this function with ACF 2021, which simply duplicates the functionality of GetTimeZoneInfo()

Examples

writeDump(getTimeZone());

See also