GetTimeZone()

edit

Returns the timezone defined for the current request.

GetTimeZone( );

Returns: Timezone

This function does not take any arguments.

Usage Notes

edit

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

Examples

edit
	writeDump(getTimeZone());

See also