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

  • Home
  • SEARCH
  • 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 7665079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:28:11+00:00 2026-05-31T14:28:11+00:00

My time zone is set to CDT in the control panel Date/Time applet. The

  • 0

My time zone is set to CDT in the control panel Date/Time applet.

The following code places exactly the same date and time into pCurGmtTime and pCurTime:

int main(int argc, char *argv[])
{
  __time32_t t=_time32(NULL);

  tm *pCurGmtTime=_gmtime32(&t);
  tm *pCurTime=_localtime32(&t);

  // The values in the *pCurGmtTime structure are equal to the values in *pCurTime

  return 0;
}

I don’t have the TZ environment variable set, but my time zone is properly configured for the system via the Control Panel Date and Time applet. This behavior seems to go against the MSDN documentation for these functions, which says that TZ overrides the control panel settings, but if it is absent the control panel settings will be used.

Thanks

  • 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. Editorial Team
    Editorial Team
    2026-05-31T14:28:12+00:00Added an answer on May 31, 2026 at 2:28 pm

    Because

    Both the 32-bit and 64-bit versions of gmtime, mktime, mkgmtime, and localtime all use a single tm structure per thread for the conversion.

    The second call writes data to the same location as the previous one. You need to copy the data somewhere else before calling localtime.

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

Sidebar

Related Questions

following How to store date/time and timestamps in UTC time zone with JPA and
I've set up my app exactly in line with the Railscasts Time Zone Episode
How do you set date, time and the time zone setting of the remote
I'm using the WinAPI to set the time zone on a Windows XP SP3
My Rails application makes use of Time.zone so that each user can set their
I am attempting to use the Clock CSP to set the system time zone
I would like to know how I can set the MySQL time zone to
I need set the date/time from Android programmatically, but I'm not having success! I
Regardless of what the user's local time zone is set to, using C# (.NET
The Win32 GetTimeZoneInformation function returns your systems local time zone as set up in

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.