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

Related Questions

Regardless of what the user's local time zone is set to, using Delphi 2007,
I need to set a date and time to 12 midnight regardless of the
Regardless of whether my machines's root web config (the one in Windows/Microsoft.NET/...) contains system.web/pages/namespaces/add
I'm trying to create an unique array regardless of its original order and using
Let's say I have an facebook application running using the JS SDK. First user
How can I avoid the Preview window displayed to a user using an image
I have a situation where I need to know which features are to be
How do you get the last folder/directory out of user-input regardless of if the
I need to save my InfoPath form regardless of whether the required fields have
My project has a need for realtime user interaction and I think SignalR will

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.