About 1,700,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. 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?

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

  5. Apply DateTime offset to US Eastern Timezone - Stack Overflow

    Apr 4, 2011 · When I run this on my local, it's all fine, because the DateTime in the CMS is based on our client's Eastern time zone and so am I, so the process is Eastern -> UTC -> into …

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

    Nov 7, 2011 · SELECT * FROM sys.time_zone_info And yes, the timezones are badly named - even though it is Eastern Standard Time, daylight savings is taken into account.

  7. "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 …

  8. 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 …

  9. 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 …

  10. PHP date_default_timezone_set () Eastern Standard Time (EST)

    Is there an official, un-deprecated timezone that PHP5 recognizes for Eastern STANDARD time--not Eastern DAYLIGHT time? Short story long :-P Wow, I can't believe that PHP makes such a …