Top "Timezone" questions

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

List of Timezone ID's for use with FindTimeZoneById() in C#?

Can someone please point me to a complete list of all the timezones referenced by the id expected in TimeZoneInfo.…

c# list timezone
How do I get a UTC Timestamp in JavaScript?

While writing a web application, it makes sense to store (server side) all datetimes in the DB as UTC timestamps. …

javascript timezone utc
How to find day of week in php in a specific timezone

I am confused while using php to handle date/time. What I am trying to do is this: When a …

php datetime timezone
Convert a python UTC datetime to a local datetime using only python standard library?

I have a python datetime instance that was created using datetime.utcnow() and persisted in database. For display, I would …

python datetime timezone python-datetime
Force Java timezone as GMT/UTC

I need to force any time related operations to GMT/UTC, regardless the timezone set on the machine. Any convenient …

java timezone utc gmt
How to get a time zone from a location using latitude and longitude coordinates?

Given the latitude and longitude of a location, how does one know what time zone is in effect in that …

geolocation timezone latitude-longitude
What does this format means T00:00:00.000Z?

Can someone, please, explain this type of format in javascript T00:00:00.000Z And how to parse it?

javascript time timezone timestamp format
Can't subtract offset-naive and offset-aware datetimes

I have a timezone aware timestamptz field in PostgreSQL. When I pull data from the table, I then want to …

python postgresql datetime timezone
php convert datetime to UTC

I am in need of an easy way to convert a date time stamp to UTC (from whatever timezone the …

php datetime timezone utc
How to set a JVM TimeZone Properly

I am trying to run a Java program, but it is taking a default GMT timezone instead of an OS …

java jvm windows-server-2008 timezone jdk1.5