Top "Timezone" questions

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

Rails 3: How to get today's date in specific timezone?

To get today's date I do: Date.today # => Fri, 20 May 2011 I would like to get today's date in a …

ruby-on-rails ruby-on-rails-3 date timezone
Non-interactive method for dpkg-reconfigure tzdata

When I first setup an Ubuntu server, I make sure I aptitude install tzdata, then dpkg-reconfigure tzdata so that I …

ubuntu automation timezone
How to translate between Windows and IANA time zones?

As described in the timezone tag wiki, there are two different styles of time zones. Those provided by Microsoft for …

c# .net timezone nodatime
Difference between EST and America/New_York time zones

Can somebody please tell, what's the difference between the following two statements: TimeZone.getTimeZone("America/New_York") and TimeZone.getTimeZone("…

java calendar timezone
How do I set the timezone from command line ?

How can I set the timezone in Windows from command line or from a batch file? Do I need to …

windows command-line batch-file timezone wsh
How to convert time correctly across timezones?

Let's say user in CA, US picks up a date, time and timezone: Worldwide beer marathon starts on 8/15/2013 10:00 am, UTC-08:00 …

javascript date datetime timezone timezone-offset
Date time conversion from timezone to timezone in sql server

I having an column of UNIX time stamp in my database table, which comes from a system that is in …

timezone sql-server-2012 unix-timestamp
pytz - Converting UTC and timezone to local time

I have a datetime in utc time zone, for example: utc_time = datetime.datetime.utcnow() And a pytz timezone object: …

python timezone utc pytz
How to get list of all timezones in javascript

I am developing an application with react/redux, and I started using library react-intl for formatting messages and dates. I …

javascript timezone react-intl
How to convert Joda Localdate to Joda DateTime?

I'm trying to simply add TimeZone information back into a LocalDate before performing some more calculations. The LocalDate came from …

java timezone jodatime