Returns all the IDs of the available time zones.
1 date.timezone.getAvailableIDs
<date.timezone.getAvailableIDs />
Returns | |
---|---|
Type | Description |
Array | Returns the set of all the available identifiers of time zones. |
Example
Example in which the supported IDs are returned.
Copy
<xsql-script name='date_timezone_getAvailableIDs_sample1'> <body> <println><date.timezone.getAvailableIDs /></println> </body> </xsql-script>