$reactions.getClientTimezone
The method retrieves the time zone for the current client.
Syntax
The method does not accept any arguments:
$reactions.getClientTimezone();
If the client time zone was previously set using setClientTimezone
, the method returns it.
Otherwise the method returns the time zone set on the Classifier tab in project settings.
tip
The string designating the time zone conforms to the Java specification.