aazev / nist-time-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nist-time-sync

Build linux Build Windows

Purpose

When you dual boot linux and windows, and due the fact that ubuntu uses GMT for the system clock, windows doesn't update tie date and time correctly. And in the case of win 11, it even fails to properly update automatically. This small application solves that, acting as a windows service, it synchronizes the system time every 60 minutes with a NIST Internet Time Server.

TODO

Windows

  • - Auto install as windows service
    • - Auto start when installed
  • - Start as a service
  • - Sync time
  • - Stop service

Linux

  • - Sync time
  • - Loop sync until stop signal

About

License:MIT License


Languages

Language:Rust 100.0%