Returns the instance of the TimeZone object of the user.
1 date.timezone.getDefault
<date.timezone.getDefault />
Returns | |
---|---|
Type | Description |
TimeZone | Returns the TimeZone object which describes the user's timezone. |
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>