Top "Timezone-offset" questions

A time zone offset describes the difference between a "wall time" and UTC.

Determine a user's timezone

Is there a standard way for a web server to be able to determine a user's timezone within a web …

html browser timezone user-agent timezone-offset
How to check if DST (Daylight Saving Time) is in effect, and if so, the offset?

This is a bit of my JS code for which this is needed: var secDiff = Math.abs(Math.round((utc_…

javascript datetime dst timezone-offset datetime-conversion
javascript toISOString() ignores timezone offset

I am trying to convert Twitter datetime to a local iso-string (for prettyDate) now for 2 days. I'm just not getting …

javascript datetime timezone-offset
Free Rest API to retrieve current datetime as string (timezone irrelevant)

I am seeking a reliable REST API that can provide world time and time zone information across platforms. I need …

rest api time timer timezone-offset
Send PHP date to JavaScript date format

I want to pass my PHP server time to my JavaScript file. PHP Code: date_default_timezone_set('Australia/Perth'); …

php javascript date timezone timezone-offset
Time zone conversion in SQL query

I am using a query to get some application Received Date from Oracle DB which is stored as GMT. Now …

sql oracle gmt timezone-offset
How to get default ZoneOffset in java8?

With java8 we know use ZoneId.default() can get system default ZoneId, but how to get default ZoneOffset? I see …

java java-8 timezone timezone-offset
Getting the correct timezone offset in Python using local timezone

Ok let me first start by saying my timezone is CET/CEST. The exact moment it changes from CEST to …

python timezone pytz timezone-offset
How to convert time correctly across timezones?

Let's say user in CA, US picks up a date, time and timezone: Worldwide beer marathon starts on 8/15/2013 10:00 am, UTC-08:00 …

javascript date datetime timezone timezone-offset
Convert UTC offset to timezone or date

A head scratcher for you. I am grabbing geo IP data from IPInfoDB's API and it returns a timezone offset …

php geolocation timezone timezone-offset