Top "Timezone" questions

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

Java SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'") gives timezone as IST

I have SimpleDateFormat constructor as SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'") and I am parsing string "2013-09-29T18:46:19Z". I have …

java date timezone date-format simpledateformat
How to set time zone of a java.util.Date?

I have parsed a java.util.Date from a String but it is setting the local time zone as the …

java date timezone java.util.date
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 initialize a JavaScript Date to a particular time zone

I have date time in a particular timezone as a string and I want to convert this to the local …

javascript timezone
Format date in a specific timezone

I'm using Moment.js to parse and format dates in my web app. As part of a JSON object, my …

javascript timezone momentjs
How to make an unaware datetime timezone aware in python

What I need to do I have a timezone-unaware datetime object, to which I need to add a time zone …

python datetime timezone
How do I get the current time zone of MySQL?

Anyone knows if there is such a function in MySQL? UPDATE This doesn't output any valid info: mysql> SELECT @@…

mysql timezone
Display date/time in user's locale format and time offset

I want the server to always serve dates in UTC in the HTML, and have JavaScript on the client site …

javascript datetime timezone
How do I get a value of datetime.today() in Python that is "timezone aware"?

I am trying to subtract one date value from the value of datetime.today() to calculate how long ago something …

python datetime date timezone
Convert Date/Time for given Timezone - java

I want to convert this GMT time stamp to GMT+13: 2011-10-06 03:35:05 I have tried about 100 different combinations of DateFormat, …

java datetime formatting timezone timestamp