Skip to main content
Gives access to timezone info. Call the global function getLocalTimeZone() to get the object.

Constructors

TimeZone()

Initializes a new instance of the TimeZone class.

Methods

getTimeZone()

This functions will give you the difference from GMT in hours and minutes.
Returns: CRMScript.Global.String - The time zone string on the form “+0100”, “-0545” etc.

getTimeZoneSecs()

Difference from GMT in seconds.
Returns: CRMScript.Global.Integer - Difference from GMT in seconds.