About 131,000 results
Open links in new tab
  1. List of Timezone IDs for use with FindTimeZoneById() in C#?

    Find a comprehensive list of timezone IDs for use with the FindTimeZoneById() method in C#. Explore examples and solutions for implementation.

  2. I need a mapping list of cities to timezones- best way to get it?

    Specifically, I need to know which Windows TimeZone they map to. So far this has been a difficult process, because there's no easy way to pass a city to something and get a timezone back (a …

  3. java - get timeZone syntax for US pacific time - Stack Overflow

    Apr 23, 2020 · I believe that the America/Los_Angeles time zone covers the part of the USA that uses Pacific Time (Pacific Standard Time in the winter and Pacific Daylight Time in the …

  4. IANA Timezones for mainland United States - Stack Overflow

    Jan 13, 2020 · Now which IANA value best represents these choices? Eastern time zone: America/New_York Central time zone: America/Chicago Mountain time zone: America/Denver …

  5. Convert Date/Time for given Timezone - java - Stack Overflow

    Oct 6, 2011 · A time zone is an offset-from-UTC plus a set of rules for handling anomalies such as Daylight Saving Time (DST). So we can specify a ZoneId to a ZonedDateTime rather than a …

  6. Specifying timezone in DateTime object for .ics file - Stack Overflow

    Oct 22, 2019 · At the time of your event, Eastern Daylight Time is in effect, which is UTC-4 rather than UTC-5. Don't be confused by the time zone string being "Eastern Standard Time" - that is …

  7. How to change DBeaver timezone / How to stop DBeaver from …

    Jul 26, 2017 · How to change DBeaver timezone / How to stop DBeaver from converting date and time Asked 8 years, 3 months ago Modified 1 month ago Viewed 129k times

  8. types - Difference between timestamps with/without time zone in ...

    May 3, 2011 · The differences are covered at the PostgreSQL documentation for date/time types. Yes, the treatment of TIME or TIMESTAMP differs between one WITH TIME ZONE or …

  9. How to set time zone of a java.util.Date? - Stack Overflow

    May 23, 2010 · 296 I have parsed a java.util.Date from a String but it is setting the local time zone as the time zone of the date object. The time zone is not specified in the String from which …

  10. sql - Convert Datetime column from UTC to local time in select ...

    Nov 7, 2011 · 146 If your local date time is say Eastern Standard Time and you want to convert from UTC to that, then in Azure SQL and SQL Server 2016 and above, you can do: