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

    Jun 25, 2019 · Link America/New_York US/Eastern ...which suggests the two are aliases (altough ZoneId#equals doesn't return true for them). Also, in northamerica they have: # US eastern …

  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 · How to convert DateTime to Eastern Time Asked 14 years, 7 months ago Modified 2 years, 10 months ago Viewed 125k times

  5. How to set date always to eastern time regardless of user's time …

    Mar 21, 2016 · How to set date always to eastern time regardless of user's time zone Asked 9 years, 9 months ago Modified 1 year, 1 month ago Viewed 112k times

  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. Get eastern time in c# without converting local time

    Dec 11, 2014 · I know there are bunch of solutions on converting timezone to timezone, but what I'd like to know whether we can get eastern time without making conversion from our local time.

  8. How to get EST timezone in Python - Stack Overflow

    Mar 29, 2022 · I would like to get the EST time with Python. I have the following code: import datetime from pytz import timezone import time now_EST = …

  9. Time zone conversion in SQL query - Stack Overflow

    I am using a query to get some application Received Date from Oracle DB which is stored as GMT. Now I have to convert this to Eastern standard/daylight savings time while retrieving. I …

  10. How to convert from UTC to EST in SQL? - Stack Overflow

    Aug 10, 2022 · I am currently using: sample_start_time AT TIME ZONE 'UTC' AT TIME ZONE 'Eastern Standard Time' AS sample_start_time_est from: Convert Datetime column from UTC …