Top "Timezone-offset" questions

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

Get timezone offset from timezone name using Javascript

I found many solution that gives Timezone name from offset value. But I have Timezone name and I want offset …

javascript jquery timezone timezone-offset
Converting between time zones with Noda Time

I'm currently trying to ensure that our legacy back-end can support resolving date times based on the user's current time …

c# datetime timezone timezone-offset nodatime
Get timezone difference in hours with moment

I would like to get the timezone difference between New York and Hong Kong with Node.js moment module. I …

javascript node.js timezone momentjs timezone-offset
Get current timestamp from specific timezone

is there an easy way to get the unix timestamp in javascript from a specific timezone? for example i want …

javascript timezone unix-timestamp timezone-offset
Converting Between Timezones in Postgres

I am trying to understand the timestamps and timezones in Postgre. I think I got it, until I red this …

postgresql timezone timestamp timezone-offset timestamp-with-timezone
Sequelize set timezone to query

I'm currently using the Sequelize with postgres in my project. I need to change the query, so it return created_…

postgresql select sequelize.js timezone-offset
Adding Time Offset in Swift

I have a bunch of different show times in a database and want to display the correct time based on …

swift nsdateformatter timezone-offset
Determine my time zone offset using VBScript?

How can I determine my time zone offset using VBScript? The Windows OS provides the TZ environment variable. For Eastern …

vbscript timezone wmi utc timezone-offset
timezone aware date_trunc function

The following query SELECT the_date FROM date_trunc('day', timestamp with time zone '2001-01-1 00:00:00+0100') as the_…

postgresql timezone timezone-offset
Python pytz timezone function returns a timezone that is off by 9 minutes

For some reason which I haven't been able to figure out yet, from the the following code: >>> …

python timezone timezone-offset pytz