Returns all the IDs of the available time zones.

1 date.timezone.getAvailableIDs

<date.timezone.getAvailableIDs />
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>