getTimeZoneInUse()
Obtains the time zone set in the requestor page. If the time zone is not set in the requestor page, the API obtains the time zone set in the system or browser.
Returns
The time zone value as a string.
Parameters
This API does not have parameters.
Usage example
In this example, if the time zone set in the requestor page is Asia/Calcutta, the API
returns Asia/Calcutta
.
PCore.getLocaleUtils().getTimeZoneInUse();
Previous topic getLocaleValue(localeKey [, localePath] [, localeRuleKey]) Next topic loadLocaleResources(localeRefs)