Top "Timezone" questions

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

How to get the exact local time of client?

What is the best method to get the clients local time irrespective of the time zone of clients system? I …

javascript jquery datetime geolocation timezone
iOS: Convert UTC NSDate to local Timezone

How do I convert a UTC NSDate to local timezone NSDate in Objective C or/and Swift?

ios objective-c swift timezone nsdate
How to store a datetime in MySQL with timezone info

I have thousands of photos that were taken in Tanzania and I want to store the date and time each …

mysql datetime timezone
PHP date() with timezone?

So I've checked the list of supported time zones in PHP and I was wondering how could I include them …

php date timezone
How to get UTC value for SYSDATE on Oracle

Probably a classic... Would you know a easy trick to retrieve an UTC value of SYSDATE on Oracle (best would …

oracle timezone utc
What does the 'Z' mean in Unix timestamp '120314170138Z'?

I have an X.509 certificate which has the following 2 timestamps: ['validFrom'] = String(13) "120314165227Z" ['validTo'] = String(13) "130314165227Z" What does the postfix …

timezone x509certificate unix-timestamp timestamp
SimpleDateFormat parsing date with 'Z' literal

I am trying to parse a date that looks like this: 2010-04-05T17:16:00Z This is a valid date …

java datetime parsing timezone simpledateformat
How to get TimeZone from android mobile?

I want to get the time zone from the Android mobile when clicking a button.

java android timezone
Python Timezone conversion

I am looking for a quick way to type in a time and then python convert it into other timezones ( …

python timezone
Get current date, given a timezone in PHP?

I want to get todays date given a time zone in Paul Eggert format(America/New_York) in PHP?

php date timezone