About 1,470,000 results
Open links in new tab
  1. java - Correct ZoneId for eastern time (ET): either "US/Eastern" or ...

    Jun 25, 2019 · Given that your requirement is to use the "Eastern zone," I'd use US/Eastern, but note: It's just a link to America/New_York. This file in Paul Eggert's tz repo says those links are …

  2. 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.

  3. How to get python to display the current Eastern time?

    How can I get Python to display the time in Eastern? I've looked over the python documentation but it's pretty confusing. I'm using Python 3.

  4. c# - How to convert DateTime to Eastern Time - Stack Overflow

    May 13, 2011 · or anyone else, does this also account for Eastern Daylight Time? Or do you have to detect if DST is on, and then specify which zone to use?

  5. Using AT TIME ZONE to get current time in specified time zone

    Apr 4, 2016 · I am trying to use the new AT TIME ZONE syntax in SQL Server 2016 and Azure SQL. I'm just trying to get the current time in London as a datetime, adjusted for daylight …

  6. Convert a UTC timezone in postgresql to EST (local time)

    Oct 24, 2015 · I am new to PostgreSQL and I was wondering if there is a direct way to just convert the timestamp values in a table to a different timezone using a function. In my case it …

  7. How do I set the timezone from command line - Stack Overflow

    May 20, 2013 · The command line utility that helps you change the time zone in Windows 7 is tzutil.exe and is known as Windows Time Zone Utility. This is a great tool for all the people …

  8. "US/Eastern" vs. "EST" time zone in Python - Stack Overflow

    Jun 28, 2022 · "US/Eastern" is preferable to "EST" as it represents the Eastern Time Zone in the United States and will account for any shifts due to daylight savings. However, the zone …

  9. How to initialize a JavaScript Date to a particular time zone

    There is no time zone or string format stored in the Date object itself. When various functions of the Date object are used, the computer's local time zone is applied to the internal …

  10. timezone - System.TimeZoneNotFoundException error while …

    I've a JSON file which has time_zone parameter. It has values like London, Casablanca, Arizona, Pacific Time (US & Canada) etc. Based on the time_zone, I want to get the DateTime …