Tagged Questions
DST is the tag for Daylight Saving Time issues. Daylight Saving Time is the period when a time zone shifts its time by one hour forward (sometime in the spring) until the time shifts back (sometime in the fall). This creates many programming issues dealing with the lost hour in the spring, and the ...
319
votes
22answers
18k views
Daylight saving time and Timezone best practices
I am hoping to make this question and the answers to it the definitive guide to dealing with daylight saving time, in particular for dealing with the actual change overs.
If you have anything to add, ...
15
votes
4answers
3k views
MySQL datetime fields and daylight savings time — how do I reference the “extra” hour?
I'm using the America/New York timezone. In the Fall we "fall back" an hour -- effectively "gaining" one hour at 2am. At the transition point the following happens:
it's 01:59:00 -04:00
then 1 ...
10
votes
4answers
7k views
Determine Whether Daylight Savings Time (DST) is Active in Java for a Specified Date
I have a Java class that takes in the latitude/longitude of a location and returns the GMT offset when daylight savings time is on and off. I am looking for an easy way to determine in Java if the ...
9
votes
5answers
806 views
DateTime difference operator considers daylight saving?
As far as I know the difference operator of the DateTime type considers leap years: so
new DateTime(2008, 3, 1) - new DateTime(2008, 2, 1) // should return 29 days
new DateTime(2009, 3, 1) - new ...
9
votes
4answers
6k views
Converting Between Local Times and GMT/UTC in C/C++
What's the best way to convert datetimes between local time and UTC in C/C++?
By "datetime", I mean some time representation that contains date and time-of-day. I'll be happy with time_t, struct tm, ...
8
votes
2answers
650 views
PHP daylight saving time detection
I need to send an email to users based wherever in the world at 9:00 am local time. The server is in the UK. What I can do is set up a time difference between each user and the server's time, which ...
7
votes
3answers
523 views
Convert somebody's local time to the UTC time
i'm a little lost in the timezone :)
I have data stored with the time in UTC.
The server is in the Netherlands, so we live in utc+1 (now, with daylightsavingtime, in utc + 2)
Now a client says: give ...
7
votes
2answers
284 views
Daylight Saving Time in Javascript for 1974?
"During the "energy crisis" years, Congress enacted earlier starting dates for daylight time. In 1974, daylight time began on 6 January and in 1975 it began on 23 February. After those two years the ...
7
votes
4answers
2k views
Get Daylight Saving Transition Dates For Time Zones in C
In C, is there a simple, cross-platform way of retrieving the dates that a given timezone begins and ends daylight saving?
I already have timezone offset information and whether or not daylight ...
6
votes
4answers
718 views
Working with timezones and daylight savings time in Javascript
My single-page javascript app retrieves data in JSON format via REST calls. Dates come formatted using the UTC timezone in standard ISO8601 format, such as 2011-02-04T19:31:09Z.
When signing up for ...
6
votes
4answers
3k views
.NET DateTime.Now returns incorrect time when time zone is changed
This problem occurred during daylight saving time change. After the change occurred, we've noticed that our server application started writing into the log incorrect time - one hour ahead which means ...
5
votes
1answer
71 views
Python DST & Time Zone Detection After Addition
So I currently have a line of code which looks like this:
t1 = datetime(self.year, self.month, self.day, self.hour, self.minute, self.second)
...
t2 = timedelta(days=dayNum, ...
5
votes
2answers
109 views
Need to display local times over DST transitions using Javascript Date Object
I am trying to output a series of times in hour (on the hour) intervals within Javascript (so inside a web browser such as Firefox). This series of times will overlap the short day (losing an hour in ...
5
votes
2answers
628 views
PHP UTC to Local Time
Server Environment
Redhat Enterprise Linux
PHP 5.3.5
Problem
Let's say I have a UTC date and time such as 2011-04-27 02:45 and I want to
convert it to my local time, which is America/New_York.
...
5
votes
3answers
729 views
Get the next date/time at which a daylight savings time transition occurs
I would like to write (or use if it already exits) a function in C# that returns the date/time of the next DST transition given a System.TimeZoneInfo object and a particular "as of" time in that time ...
5
votes
2answers
497 views
Offset time for DST in one specific timezone using JavaScript
I need to offset the time by an hour if it's currently DST in the Pacific Time Zone. How can I determine the current daylight savings status of the Pacific Time Zone, regardless of the user's local ...
4
votes
2answers
77 views
How to compute wall time from UTC time + TimeZone ID?
I have been googling around this issue, but could not find clear and definitive documentation.
Assuming I have a UTC time and a TimeZone ID, how do I calculate wall time (= UTC time + Timezone offset ...
4
votes
1answer
54 views
Determine dates of DST switch (both forwards and backwards) for a timezone in Java?
I realize that you can check if a Date is inDaylightTime, but how can I determine when (or if) that Date switches to and from DST? I can iterate over every day and check if it's inDaylightTime, but is ...
4
votes
1answer
126 views
How to convert a historical timestamp to a different time zone with DST in Delphi?
I need to convert a historical timestamp from GMT to BST in Delphi (Win32). I can't use the current regional settings in the OS to do the conversion because it won't have the correct daylight saving ...
4
votes
1answer
64 views
Shift a whole range of keys
I am working on time series data, for which the key column is a timestamp : Time.
There are also many "value" columns for each row.
I am about to shift a whole range of my data by several hours (due ...
4
votes
2answers
412 views
c# daylight savings duplicate hour convert to UTC
I am using TimeZoneInfo to convert between client side wallclock 'Eastern Time' and UTC. My problem is with the 'duplicate' hour that occurs during autumn DST change.
During conversion from UTC to ...
4
votes
1answer
120 views
DST restoration under Linux in C
I have date/time information from Berlin,Germany.
For example:
2011-05-16 12:24:23,
2011-01-21 17:00:31
Unfortunatly, these times have NO daylight saving information. I know that the first date is ...
4
votes
4answers
240 views
time() and date() problems after time change (DST - standard)
In PHP I would like to output an HTML option list containing dates for the next 14 days.
These appointments are always at 18 o'clock:
$today_day = date('d');
$today_month = date('m');
$today_year = ...
4
votes
2answers
512 views
How is the result of the Delphi NOW function affected by the option to “Adjust clock for daylight saving changes”
I realise this question could have been answered by writing some test code. I'm not lazy, I just thought that the answer might be generally useful.
I have an app that has generated a large amount of ...
4
votes
2answers
660 views
How should I determine next daylight saving time (DST) transition for a timezone in Perl?
I'm working on a world clock web application, and I'd like to add a function to note how and when each location will next undergo a DST change.
I'm using the DateTime and DateTime::Timezone CPAN ...
4
votes
3answers
1k views
4
votes
4answers
2k views
Efficient algorithm for determining if a date is in DST
I'm looking for a better than O(n) algorithm to determine if a date in the future will have daylight savings time applied (and how much). Given a year, month, day, hour, minute and time zone (and a ...
4
votes
2answers
498 views
Converting old and new local times to UTC under Windows XP/Server 2003
My application converts past and present dates from local time to UTC.
I need to ensure I will honor any future DST updates to Windows while still correctly handling past dates.
The application is ...
3
votes
1answer
27 views
Task Scheduling and DST changes
I have this process which has to schedule events for different time zones. And this process will run at one fixed time zone(LN). I can easily load all the information from all the available data ...
3
votes
1answer
318 views
Spring @DateTimeFormat conversion error with Daylight Saving Time
I'm using Spring MVC on a machine that has Daylight Saving Time configured (America/Sao_Paulo Time Zone). In my form class I used the annotation DateTimeFormat to configure the output of my Date:
...
3
votes
1answer
175 views
How to determine if daylight saving time is active in C?
I have a C application running on cross platforms. In this program, I need to write a function which determines if the given date is DST or not.
Actually, i try to find DST begin-DST end dates in pure ...
3
votes
2answers
277 views
is c mktime different on Windows and GNU/Linux?
the following code:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <sys/time.h>
static const char * ...
3
votes
1answer
177 views
DST problem storing date in Javascript Date object
I have this simple Javascript code
var d = new Date(2011, 9, 8);
alert(d); // Show: Fri Oct 7 23:00:00 UTC-0400 2011
Important: My Time Zone is "Santiago de Chile", and I set computer clock to: ...
3
votes
2answers
184 views
MySQL: DATE_SUB/DATE_ADD that accounts for DST?
This returns 1 (aka TRUE)
SELECT DATE_SUB(NOW(), INTERVAL 24*100 HOUR) = DATE_SUB(NOW(), INTERVAL 100 DAY);
100 days ago, the hour of day does not change. But due to Daylight Savings Time (US), 100 ...
3
votes
4answers
2k views
PHP date_default_timezone_set() Eastern Standard Time (EST)
Long story short
Is there an official, un-deprecated timezone that PHP5 recognizes for Eastern STANDARD time--not Eastern DAYLIGHT time?
Short story long :-P
Wow, I can't believe that PHP makes ...
3
votes
3answers
515 views
Distance UCT - LocalTime on Linux
I am writing a Linux (Ubuntu and Debian Lenny) application in C++.
Now I need to know the distance/offset between UTC and the currently set system time at a given day in the past. Since I need to ...
3
votes
1answer
162 views
How to find out the actual times when DST starts/ends for a timezone and particular year?
I want to know the exact time when DST starts/ends in a particular timezone and year.
Using TimeZoneInfo.GetAdjustmentRules and AdjustmentRule.DaylightTransitionStart I can get a TransitionTime ...
3
votes
1answer
332 views
How to find if a particular TIMESTAMP WITH TIME ZONE is within daylight saving or not
I have an app that stores times in GMT, but associated with airports which have Olsen tz names like 'America/New York'.
I need to determine if a given date is within the local daylight savings ...
3
votes
1answer
1k views
php date() one hour ahead of server time (DST problem)
I'm trying to troubleshoot and solve this problem:
the server I'm working on (php 5.2.9 on Linux), has the correct local time (America/Buenos_Aires):
user@server [/home/site/public_html]$ date
Mon ...
3
votes
1answer
551 views
rails' utc_to_local and daylight savings time
> e = Event.first
> e.registration_start_utc #registration_start_utc is a datetime column
=> Sat, 23 Oct 2010 06:38:00 UTC +00:00
> e.registration_start_utc.utc?
=> true
> ...
3
votes
2answers
618 views
Get Timezone Information in VBA (Excel)
Hi
I would like to determine a time offset to GMT/UTC (including daylight saving time) for different countries at a specific date in VBA. Any ideas? Thanks
3
votes
1answer
2k views
Autodetect timezone in Rails given UTC offset and DST
I basically want to autodetect a user's timezone using Rails. I can use this JS code at the user's browser (http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/) to send a ...
3
votes
5answers
1k views
How to tell if a timezone observes daylight saving at any time of the year?
In PHP, you can tell if a given date is during the Daylight Savings Time period by using something like this:
$isDST = date("I", $myDate); // 1 or 0
The problem is that this only tells you whether ...
3
votes
4answers
249 views
POSIXct times around DST?
I want to subtract 1 day from a POSIX date and end up at the same time around DST.
For example, when I add a day:
> as.POSIXct('2009-03-08 23:00:00.000') + 86400
[1] "2009-03-09 23:00:00 EDT"
...
3
votes
2answers
3k views
Python tzinfo and daylight time
(I am new to Python and Google App Engine, please forgive me if my questions seem basic).
I'm having a helluva time trying to manage multiple user timezones in my Google App Engine application.
Here ...
3
votes
4answers
5k views
In Oracle, how can I detect the date on which daylight savings time begins / ends?
Is there a way in Oracle to select the date on which daylight savings will switch over for my locale?
Something vaguely equivalent to this would be nice:
SELECT CHANGEOVER_DATE
FROM ...
3
votes
5answers
378 views
Has the daylight savings rule change invalidated the C runtime library?
Some time ago I put together a time based library that could be used for working out relative times within a year for someone. I noted at the time, that it did the one hour shift in both directions ...
2
votes
1answer
56 views
How do you calculate DST?
I want to send notifications to users in different timezones on a date and time they provide.
I haven't implemented anything yet, but I plan to create a timestamp column and store everything in UTC. ...
2
votes
1answer
26 views
Daylight Savings and sleep
I have a C application that sleeps for 1 minute between tasks. How will this be affected when Daylight Savings Time ends? At 3:00am, when the clocks go back to 2:00am, will sleep suspend execution for ...
2
votes
1answer
41 views
PHP calculations with time() and DST issue
I'm using a script that insert a date (yyyy-mm-dd) which is X days later than the current date. I add X seconds on the first timestamp to get the second one, at 12:00AM.
Server timezone is UTC -5 and ...