IF you are using Windows OS and you are changing your timezone frequently then doing it is a bit annoying, you will you have to go each time to data and time settings and search for the timezone you want from a big list then hit save.
This app make this process easier by allowing you to add the list of timezones you usally switch between to the app tray menu, and with a single quick you can easily switch between any timezone.
This app is only tested on windows 10 home edition.
You will always find the latest release at this URL : https://github.com/omarabuhussein/windows-timezone-switcher/releases
- This app is created using Electron platform.
- It use Electron json storage to store user data.
- It use Electron builder to generate windows installers
- It use Tzutil command line tool to control timezones
git clone https://github.com/omarabuhussein/windows-timezone-switcher.git
cd windows-timezone-switcher/
npm install
To run the app :
npm start
npm run dist