Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 120605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:50:16+00:00 2026-05-11T03:50:16+00:00

Regardless of what the user’s local time zone is set to, using C# (.NET

  • 0

Regardless of what the user’s local time zone is set to, using C# (.NET 2.0) I need to determine the time (DateTime object) in the Eastern time zone.

I know about these methods but there doesn’t seem to be an obvious way to get a DateTime object for a different time zone than what the user is in.

 DateTime.Now  DateTime.UtcNow  TimeZone.CurrentTimeZone 

Of course, the solution needs to be daylight savings time aware.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T03:50:17+00:00Added an answer on May 11, 2026 at 3:50 am

    As everyone else mentioned, .NET 2 doesn’t contain any time zone information. The information is stored in the registry, though, and its fairly trivial to write a wrapper class around it:

    SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones 

    contains sub-keys for all time zones. The TZI field value contains all the transition and bias properties for a time zone, but it’s all stuffed in a binary array. The most important bits (bias and daylight), are int32s stored at positions 0 and 8 respectively:

    int bias = BitConverter.ToInt32((byte[])tzKey.GetValue('TZI'), 0); int daylightBias = BitConverter.ToInt32((byte[])tzKey.GetValue('TZI'), 8); 

    Here’s an archive of How to get time zone info (DST) from registry?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 123k
  • Answers 123k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Signals handlers are stored as weak references to avoid the… May 12, 2026 at 12:58 am
  • Editorial Team
    Editorial Team added an answer .NET has pretty solid Resource-based support for localization, so you… May 12, 2026 at 12:58 am
  • Editorial Team
    Editorial Team added an answer Suggest you to use this one Find: \(string\){(.*)}{:Po} Replace: \1.ToString()\2… May 12, 2026 at 12:58 am

Related Questions

Regardless of what the user's local time zone is set to, using C# (.NET
Regardless of what the user's local time zone is set to, using Delphi 2007,
I'm playing around with retrieving the MAC address from the NIC - there are
Help! I am using jQuery to make an AJAX call to fill in a
I have a gridview that shows (50)rows of data per page. I have the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.