Top "Timezone" questions

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

Is a day always 86,400 epoch seconds long?

While reviewing my past answers, I noticed I'd proposed code such as this: import time def dates_between(start, end): # …

python timezone epoch
Mysql: Convert DB from local time to UTC

I need to convert an existing (datetime fields) db from local time ut UTC. The values are stored ad datetimes …

mysql timezone utc unix-timestamp
ICS timezone not working

I have made an ICS feed containing a long list of events. My timezone does not seem to work. In …

timezone google-calendar-api offset icalendar
python - datetime with timezone to epoch

In the code below, I am calculating now epoch and beginning of current day epoch. import time import pytz from …

python datetime timezone epoch
Setting timezone for maven unit tests on Java 8

How do I set the timezone for unit tests in maven surefire on Java 8? With Java 7 this used to work …

java maven timezone java-8 surefire
Getting Time Zone from Lat Long Coordinates?

I am trying to get the time zones for latitude and longitude coordinates but am having a few problems The …

python timezone latitude-longitude geonames
How to schedule an Oracle dbms_scheduler Job timezone and DST safely

I am trying to setup a DBMS_SCHEDULER Job to run exactly at 1 AM on 1st of January every year …

oracle11g timezone dst job-scheduling dbms-scheduler
Simplest way to get current time in current timezone using boost::date_time?

If I do date +%H-%M-%S on the commandline (Debian/Lenny), I get a user-friendly (not UTC, not DST-less, …

c++ boost timezone debian boost-date-time
Identifying time zones in ISO 8601

No, I'm not talking about zone offsets --- those can vary during the year for a region based on e.…

java timezone iso8601 timezone-offset
Oracle date compare broken because of DST

We've been debugging an issue with a SQL query executed from an app server running Java via Hibernate. The error: [3/10/14 10:52:07:143 …

oracle timezone timestamp dst