Top "Timezone-offset" questions

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

How to get timezone from timezone offset in java?

I know how to get the opposite. That is given a timezone I can get the timezone offset by the …

java calendar timezone timezone-offset gregorian-calendar
Java 8 timezone conversions

In Java 8, I want to convert a datetime from UTC to ACST (UTC+9:30). input -> 2014-09-14T17:00:00+00:00 output-&…

java timezone java-8 timezone-offset
How to get timezone by IP

I have a registration by which i can get the IP address of user who registers. I want to get …

php timezone timezone-offset
How to get the numeric difference between DBTIMEZONE and SESSIONTIMEZONE?

Is there in Oracle a smooth way to get the numeric difference between SESSIONTIMEZONE and DBTIMEZONE at the current moment (…

oracle oracle11g oracle10g timezone timezone-offset
strptime in c with timezone offsets

I'm having trouble finding a way to parse the timezone out of strings like the following: "Thu, 1 Sep 2011 09:06:03 -0400 (EDT)" …

c timezone getdate strptime timezone-offset
Angular JS - Date changes when submitting to $http - Timezone issue

I am having a strange problem where a Date changes when it is passed to API through $http.put, I …

javascript angularjs date-format angular-ui-bootstrap timezone-offset
Android time zone and DST issue

I have an application which uses a schedule. The user picks what time the schedule should start/end, and I …

android dst timezone-offset
What is the best way to store timezone information in my DB?

I have a asp.net-mvc web site that i took over and there is a page page where people enter …

c# sql-server timezone timezone-offset
Why does momentjs isDST() return wrong time when zone() is used

I'm trying to check for isDST() (returns true or false if daylight saving time is active). It works fine if …

javascript timezone dst momentjs timezone-offset
Trying to understand “PT1H” in a date-time string

I'm using the Weather API to pull weather information down as a service for my project. I'm trying to understand …

timezone timezone-offset