NTP Clock Sync — Stop Trusting Your Laptop Clock
Posted: Sat Sep 05, 2026 8:45 am
Journal timestamps, screenshot filenames, and "I entered at the breakout" arguments all collapse if your clock drifts.
I once spent twenty minutes arguing with myself about a fill that "couldn't be right" — two machines, ninety seconds apart, same "09:31." One had drifted after a snapshot restore. Felt stupid. Fixed the process.
Why scalpers care
Aligning tape events to chart prints. Comparing VPS vs home logs. Auditing a bad fill: platform lag vs "I clicked late." Without synced clocks you're debating ghosts.
Windows (practical)
1. Time zone: trade US RTH → run Eastern, or keep local but label every log with ET. Pick one and stop mixing.
2. Automatic time sync on.
3. Stubborn drift: admin prompt → `w32tm /resync`, then `w32tm /query /status`.
Linux
VPS rule
After every rebuild or snapshot restore: verify sync before the open. Snapshot restore loves to hand you a stale clock and a false sense of security.
Logging convention for this board
Write times as `HH:MM:SS ET`. If it matters, note the machine (`HOME` / `VPS-NJ`). If two machines disagree by more than a second, fix sync before you debate entries.
Sticky this until people stop posting screenshots with phone time and chart time living in different universes.
What do you run for sync on Windows — default, chrony elsewhere, or something else?
Anyone caught a snapshot restore with a bad clock before the open?
How do you label multi-machine journals so HOME vs VPS doesn't get muddy?
Phone screenshot times — do you trust them at all, or always defer to the chart machine?
I once spent twenty minutes arguing with myself about a fill that "couldn't be right" — two machines, ninety seconds apart, same "09:31." One had drifted after a snapshot restore. Felt stupid. Fixed the process.
Why scalpers care
Aligning tape events to chart prints. Comparing VPS vs home logs. Auditing a bad fill: platform lag vs "I clicked late." Without synced clocks you're debating ghosts.
Windows (practical)
1. Time zone: trade US RTH → run Eastern, or keep local but label every log with ET. Pick one and stop mixing.
2. Automatic time sync on.
3. Stubborn drift: admin prompt → `w32tm /resync`, then `w32tm /query /status`.
Linux
Code: Select all
timedatectl status
# Prefer chrony or systemd-timesyncd
sudo chronyc tracking
sudo chronyc sources -v
After every rebuild or snapshot restore: verify sync before the open. Snapshot restore loves to hand you a stale clock and a false sense of security.
Logging convention for this board
Write times as `HH:MM:SS ET`. If it matters, note the machine (`HOME` / `VPS-NJ`). If two machines disagree by more than a second, fix sync before you debate entries.
Sticky this until people stop posting screenshots with phone time and chart time living in different universes.
What do you run for sync on Windows — default, chrony elsewhere, or something else?
Anyone caught a snapshot restore with a bad clock before the open?
How do you label multi-machine journals so HOME vs VPS doesn't get muddy?
Phone screenshot times — do you trust them at all, or always defer to the chart machine?