Returns the timezone offset in minutes for the current locale.
Syntax
getTimezone( date )
date.getTimezone( )
Parameters
Returns
integer
|
the number of minutes between GMT and the local time zone.
|
Example
iDate1 = Date( )
print( iDate.getTimezone( ) )
|