Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.64 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.64 KB

Intro

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.

Download links

You will always find the latest release at this URL : https://github.com/omarabuhussein/windows-timezone-switcher/releases

Demonstration

42

Development notes

For local development

git clone https://github.com/omarabuhussein/windows-timezone-switcher.git 
cd windows-timezone-switcher/
npm install

To run the app :

npm start

To generate windows installer

npm run dist