Skip to content

AndreXi/clock-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clock-sync

It provides solutions to common problems such as BIOS without battery, OS changes causing the madness of the Windows clock. It is synchronized with NTP and is adjusted according to the indicated time zone, then with administrator permissions changes the system time.

Run by source

You need to have installed:

  • ntplib

use "pip3 install ntplib"

Run main.py

You can give your time zone as an argument, following this format:

  • -HH:MM
  • +HH:MM

If you don't want to see TaskEditor menu, just add '-n' as second argument

Run by EXE

Compiled using auto-py-to-exe

Download the last release here

Run main.exe

You can give your time zone as an argument, following this format:

  • -HH:MM
  • +HH:MM

If you don't want to see TaskEditor menu, just add '-n' as second argument