Top "Timezone" questions

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

Convert UTC to "local" time in Go

How can I convert UTC time to local time? I've created a map with the UTC difference for all the …

time go timezone timezone-offset
How to create a Ruby DateTime from existing Time.zone for Rails?

I have users entering in dates in a Ruby on Rails website. I parse the dates into a DateTime object …

ruby-on-rails ruby datetime ruby-on-rails-3.2 timezone
What does the ".000Z" of "yyyy-mm-ddT00:00:00.000Z" mean?

I've gotten a response from one application with the following date & time format: yyyy-mm-ddT00:00:00.000Z I need date and …

javascript datetime formatting timezone
How to change the default time zone in R?

How can I change the default timezone in R? I'm working with time series. All my time series are defined …

r timezone date-arithmetic
How to remove timezone from a Timestamp column in a pandas dataframe

I read Pandas change timezone for forex DataFrame but I'd like to make the time column of my dataframe timezone …

python pandas dataframe timezone timestamp-with-timezone
BigQuery converting to a different timezone

I am storing data in unixtimestamp on google big query. However, when the user will ask for a report, she …

datetime timezone google-bigquery
Python - calendar.timegm() vs. time.mktime()

I seem to have a hard time getting my head around this. What's the difference between calendar.timegm() and time.…

python timezone
Java 8: Calculate difference between two ZonedDateTime

I'm trying to write a method to print the time difference between two ZonedDateTimes, regarding the difference between time zones. …

java date datetime java-8 timezone
Google Apps Script formatDate using user's time zone instead of GMT

I have a line that sets the current date and time in a cell: sheet.getRange(1,1).setValue(new Date()); Then …

javascript time google-apps-script timezone timezone-offset