Top "Timezone" questions

A time zone is a region on Earth that has a uniform, legally mandated standard time.

Setting timezone to UTC (0) in PHP

Why does this work? date_default_timezone_set('Australia/Currie'); But this doesn't seem to take any effect at all? …

php date timezone utc
Python strptime() and timezones?

I have a CSV dumpfile from a Blackberry IPD backup, created using IPDDump. The date/time strings in here look …

python datetime timezone
Sqlite: CURRENT_TIMESTAMP is in GMT, not the timezone of the machine

I have a sqlite (v3) table with this column definition: "timestamp" DATETIME DEFAULT CURRENT_TIMESTAMP The server that this database …

sql sqlite timezone timestamp
ORA-01882: timezone region not found

I'm accessing an Oracle Database from a java application, when I run my application I get the following error: java.…

oracle jdbc timezone
How to ignore user's time zone and force Date() use specific time zone

In an JS app, I receive timestamp (eq. 1270544790922) from server (Ajax). Basing on that timestamp I create Date object using: …

javascript date timezone
Using current time in UTC as default value in PostgreSQL

I have a column of the TIMESTAMP WITHOUT TIME ZONE type and would like to have that default to the …

postgresql timezone timestamp
moment.js - UTC gives wrong date

Why does moment.js UTC always show the wrong date. For example from chrome's developer console: moment(('07-18-2013…

javascript datetime timezone momentjs
How to set the timezone in Django?

In my django project's settings.py file, I have this line : TIME_ZONE = 'UTC' But I want my app to …

python django timezone utc
How to store date/time and timestamps in UTC time zone with JPA and Hibernate

How can I configure JPA/Hibernate to store a date/time in the database as UTC (GMT) time zone? Consider …

java hibernate datetime jpa timezone
How to ISO 8601 format a Date with Timezone Offset in JavaScript?

Goal: Find the local time and UTC time offset then construct the URL in following format. Example URL: /Actions/Sleep?…

javascript timezone date-formatting