Returns the instance of the TimeZone object of the user.

1 date.timezone.getDefault

<date.timezone.getDefault />
Example

Exampl in which the user's timezone is returned.

Copy
<xsql-script name='date_timezone_getDefault_sample1'>
    <body>
    	<println><date.timezone.getDefault /></println>
    </body>
</xsql-script>