Top "Timezone" questions

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

How to get the current date and time of your timezone in Java?

I have my app hosted in a London Server. I am in Madrid, Spain. So the timezone is -2 hours. …

java timezone jodatime
DateTime vs DateTimeOffset

Currently, we have a standard way of dealing with .NET DateTime's in a TimeZone aware way: Whenever we produce a …

c# .net datetime timezone datetimeoffset
Difference between timestamps with/without time zone in PostgreSQL

Are timestamp values stored differently in PostgreSQL when the data type is WITH TIME ZONE versus WITHOUT TIME ZONE? Can …

postgresql types timestamp timezone
TSQL: How to convert local time to UTC? (SQL Server 2008)

We are dealing with an application that needs to handle global time data from different time zones and daylight savings …

sql-server tsql sql-server-2008 timezone utc
How to handle calendar TimeZones using Java?

I have a Timestamp value that comes from my application. The user can be in any given local TimeZone. Since …

java calendar timezone
Determine a user's timezone

Is there a standard way for a web server to be able to determine a user's timezone within a web …

html browser timezone user-agent timezone-offset
get client time zone from browser

Is there a reliable way to get a timezone from client browser? I saw the following links but I want …

javascript http browser timezone
Get time of specific timezone

I am using a JavaScript Date class & trying to get the current date using getDate() method. But obviously it …

javascript date time timezone
Creating a DateTime in a specific Time Zone in c#

I'm trying to create a unit test to test the case for when the timezone changes on a machine because …

c# .net datetime timezone .net-3.5
How can I set the default timezone in node.js?

How do I set the default timezone in node.js?

node.js timezone