Top "Dst" questions

DST is the tag for Daylight Saving Time issues.

Daylight saving time and time zone best practices

I am hoping to make this question and the answers to it the definitive guide to dealing with daylight saving …

datetime timezone utc dst datetimeoffset
How to check if DST (Daylight Saving Time) is in effect, and if so, the offset?

This is a bit of my JS code for which this is needed: var secDiff = Math.abs(Math.round((utc_…

javascript datetime dst timezone-offset datetime-conversion
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 …

java dst datetimeoffset
Does UTC observe daylight saving time?

I am trying to write a script where i want to convert any timezone to UTC and reverse. But from …

php time dst
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 …

c++ c timezone dst
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 …

php dst gmt binary-search-tree
Convert UTC DateTime to another Time Zone

I have a UTC DateTime value coming from a database record. I also have a user-specified time zone (an instance …

c# datetime timezone dst
Is it always a good idea to store time in UTC or is this the case where storing in local time is better?

Generally, it is the best practice to store time in UTC and as mentioned in here and here. Suppose there …

date time timezone utc dst
How to create Daylight Savings time Start and End function in SQL Server

I need to create a function in SQL server that returns daylight savings time start datetime and daylight savings time …

sql sql-server-2008 dst sql-function
Check if daylight savings is in effect?

How to check if in Denmark daylight time savings has taken effect, if so, then add 1 hour to my data, …

c# windows-phone-7 datetime dst