How can I gather the visitor's time zone information? I need the GMT offset hours.
|
feedback
|
Note that not all timezones are offset by whole hours: for example, Newfoundland is UTC minus 3h 30m (leaving Daylight Saving Time out of the equation). | |||
|
feedback
|
|
try
this method return time zone offset in minutes which is the difference between GMT and local time. | |||||
feedback
|
|
It's already been answered how to get offset in minutes as an integer, but in case anyone wants the local GMT offset as a string e.g.
| |||
|
feedback
|