Urgent.News

What's breaking now, across thousands of outlets.

Tech

Daylight Saving Time 2026: Why Modern Time Tracking Shouldn’t Fear the Repeated Hour

On October 25, 2026 , Germany will switch from daylight saving time back to standard time. For people, that means one extra hour of sleep. For professional time-tracking systems, however, the change should be little more than a change in how time is displayed. In fact, the annual clock change is an excellent test of how well software actually understands time. During the night of October 24–25,…

On October 25, 2026, Germany is set to revert from daylight saving time to standard time, resulting in an additional hour of sleep for residents. For professional time-tracking systems, however, the shift should pose little challenge. This annual clock change serves as a valuable test for software's ability to accurately manage time.

In the early hours of October 24-25, 2026, Central European Summer Time will conclude in Germany, with clocks being reset from 3:00 a.m. to 2:00 a.m. Consequently, the hour between 2:00 and 3:00 a.m. will occur twice. The Physikalisch-Technische Bundesanstalt (PTB) Germany differentiates these periods as 2A and 2B for clarity. From an IT standpoint, this phenomenon raises a fundamental question: What does it truly mean for something to occur at 2:30 a.m.?

Consider an employee commencing work at 2:15 a.m. on October 25 and concluding at 2:45 a.m. At first glance, the computation appears straightforward: 30 minutes of work. However, identifying which 2:15 a.m. is being referenced—before or after the clock is reverted—becomes crucial. This complexity intensifies when an activity begins at 2:50 a.m. during daylight saving time and concludes at 2:20 a.m. during standard time.

If software merely subtracts the displayed local times, it may erroneously calculate a negative amount of work when, in reality, 30 minutes have passed. This underscores the importance of professional time-tracking systems basing their operations on an unambiguous timeline. Events must be linked to a unique timestamp, which is then converted into the user's local time zone for display.

While this may seem like a minor technical nuance, it holds significant implications for employee time tracking, project monitoring, billing, and documentation. For businesses that meticulously track working hours, project time, billable activities, or tasks to the minute or second, distinguishing between three fundamental concepts is essential: A point in time, a duration, and a displayed local time.

Calculating the duration of an activity necessitates knowing the actual elapsed time between its start and end. The local clock serves primarily as a representation of this information for the user. Similarly, when employees traverse time zones, such as starting work in Germany in the morning, traveling to New York, and logging additional tasks upon arrival, the exhibited local time may shift by several hours.

Nonetheless, the sequence of events remains crystal clear. A dependable time-tracking system should preserve this sequence without burdening the user with concerns about time zones, offsets, or daylight saving rules. TimeSpin: Emphasizing Activities Over Clocks This highlights the distinction between traditional time-tracking methods and contemporary activity-based tracking solutions.

TimeSpin - Precision Time Tracking concentrates on the activity rather than compelling employees to continuously interact with a continuously running clock. With the TimeSpin cube, users simply rotate the device to the side corresponding to the activity, project, or task they are engaged in. The system automatically records the relevant time.

The primary objective is clear: What did I dedicate my time to? The intricate technicalities surrounding this inquiry should remain invisible to the user. Regardless of whether daylight saving time or standard time is in effect, whether a device changes its time zone, or whether an employee is working while on the move, these factors should not complicate the fundamental act of recording an activity.

A proficient time-tracking system should manage these conditions in the background. The Repeated Hour as a Software Test The return to standard time thus presents an unexpected opportunity to assess the architecture of time-tracking software. A robust system should adeptly handle scenarios such as: An employee working across the daylight saving transition.

An activity commencing during the initial 2 a.m. hour and concluding during the subsequent. Multiple devices recording or synchronizing time information. A mobile device temporarily operating offline, subsequently synchronizing data with a server later. Employees simultaneously working in diverse time zones. The crucial inquiry is not the display on a particular device clock, but rather: When did the event genuinely occur?

How much time was actually elapsed? While this may appear to be a simple time-tracking feature, it embodies a classic distributed-systems challenge. Offline Time Tracking Intensifies the Challenge The challenge becomes even more pertinent for systems that do not necessitate a continuous connection to a central server. TimeSpin's offline time tracking is engineered so that tracked time can be stored locally and synchronized later.

TimeSpin's documentation confirms that the cube can record time even without a permanent internet connection.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

‘Master at what he does’: Ime Udoka on Houston’s Chip Engelland addition

“To have the master at what he does in the building has been good for us,” Ime Udoka says of new Rockets assistant Chip Engelland.

  • Chip Engelland, known as shot doctor, joins Houston Rockets coaching staff
  • Ime Udoka, head coach, excited about Engelland's return and mentorship
  • Engelland's expertise beneficial for young players like Amen Thompson and Reed Sheppard

How OmniGIF converts Live Photos to GIF entirely in the Browser

iPhone Live Photos are not a single GIF-ready file. They are a still image plus a short video clip. Most "Live Photo to GIF" tools ask you to upload that clip to a server.

  • OmniGIF converts Live Photos to GIFs in browser without server upload
  • Uses WebCodecs + Mediabunny or FFmpeg.wasm conversion engines
  • Both engines perform local conversion, no server needed

The clerk who never says "I didn't do that"

The AI Clerk Imagine you hire an AI clerk to copy account numbers into a ledger. They are fast , they are polite , they never complain about the work.

  • Two AI models omit information 21.7% and 3.3% of the time
  • Models show no indication of decision to omit data
  • Businesses should test AI models with specific data and tasks

Two Transactions, One Row: What Does MySQL Actually Let You See ?

Two users, One database row, Both reading and writing at almost exactly the same time. Who sees what ? Can one transaction see another transaction’s uncommitted changes ?

  • MySQL transactions ensure either full success or full rollback of multiple operations.
  • ACID properties maintain data integrity in transactions.
  • Four isolation levels in MySQL: READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, SERIALIZABLE.

More from Sunday 13 September →