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 8386897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:04:20+00:00 2026-06-09T18:04:20+00:00

I have a timer class which uses the date / time of the local

  • 0

I have a timer class which uses the date / time of the local machine to work out how long things have been running and to set timers that expire after a certain period.

I’ve discovered that if a user changes the system time, this causes havoc with my application as the timers suddenly think they’ve expired or the time recorded by them suddenly jumps by an hour (say).

These timeres are currently used through a multi-threaded application.

The timers / timeout timers run for anything from a few seconds to a few days.

How can I avoid these timing inconsistencies?

  • 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-06-09T18:04:21+00:00Added an answer on June 9, 2026 at 6:04 pm

    You can use the SystemEvents.TimeChanged event to get notified of this.

    You also need to worry a bit about the machine’s time zone or daylight savings rules changing. .NET ensures that this doesn’t cause major disruption on timers by locking in the zone the first time a datetime is retrieved. In other words, it ensures timers are expire at their programmed interval rather than their absolute time. If that’s an issue (test it) then you’ll need to explicitly clear that state by calling CultureInfo.ClearCachedData() (for TimeZone and DateTime) as well as TimeZoneInfo.ClearCachedData() (for TimeZoneInfo and DateTimeOffset).

    Lots of other things that can go wrong when the machine’s clock is adjusted. The file system timestamps for example. The Linux leap second bug was an interesting recent event. Having a solid time source is rather important to keep machines humming, easily obtained from a time server.

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

Sidebar

Related Questions

I have a form with a field that uses a date/time picker which produces
I have a timer class which uses CreateTimerQueueTimer and DeleteTimerQueueTimer. I receive callbacks to
I have a service class in my Android app which uses a timer. The
In a non-boost project, I have a class which uses a timer based on
I have a static timer class which will be called by ANY webpage to
I have an AlarmReceiver class which executes when alarm rings at a particular time
(I'm targetting iOS 2.0 for the time being.) I have a class which subclasses
have written this little class, which generates a UUID every time an object of
I have developed a Java Swing application, which uses the SwingWorker class to perform
I've been working on a project which uses SPNEGO to have Single Sign On

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.