---
title: "Owning the system clock: Good enough?"
url: https://daily.dev/posts/owning-the-system-clock-good-enough--ky2rinbzk
source_url: https://developers.redhat.com/articles/2026/06/01/owning-system-clock-good-enough
type: article
source: "Red Hat Developer"
published: 2026-06-01T03:31:20.613Z
updated: 2026-06-01T03:31:57.663Z
tags: ["kubernetes"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Owning the system clock: Good enough?

**[Red Hat Developer](https://daily.dev/sources/rhdev)** · 5 min read · 0 upvotes · 0 comments

## Summary

The Red Hat PTP operator now integrates NTP as a fallback time source when GNSS signal is lost and hardware holdover expires. The implementation adds a containerized chronyd managed via a ptpconfig CRD, internal process controls to switch between phc2sys (GNSS/PTP) and chronyd (NTP) without full restarts, and a state machine driven by ts2phc log parsing to trigger failover or recovery. This keeps system clock accuracy within 1 millisecond even during prolonged GNSS outages. Future work includes O-RAN NTP event types and GNSS-to-PTP failover support.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developers.redhat.com/articles/2026/06/01/owning-system-clock-good-enough>

## Similar posts on daily.dev

- [Ubuntu Will Switch To ntpd-rs As Its Next Rust System Component](https://daily.dev/posts/ubuntu-will-switch-to-ntpd-rs-as-its-next-rust-system-component-muh00ge5n) · Phoronix · 0 upvotes · 1 comments
- [Clock Synchronization Is a Nightmare](https://daily.dev/posts/clock-synchronization-is-a-nightmare-uxf2ft5vt) · Hacker News · 2 upvotes · 0 comments
- [From Milliseconds to 26 Nanoseconds: How a $20 eBay SFP Module Beat My Entire NTP Setup](https://daily.dev/posts/from-milliseconds-to-26-nanoseconds-how-a-20-ebay-sfp-module-beat-my-entire-ntp-setup-rragkols4) · Lobsters · 0 upvotes · 0 comments
- [This DIY Time Server Is More Accurate Than You Need](https://daily.dev/posts/this-diy-time-server-is-more-accurate-than-you-need-n03z229m5) · Hackaday · 1 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes)

[View this post on daily.dev](https://daily.dev/posts/owning-the-system-clock-good-enough--ky2rinbzk)
