A Python script to change your server time location (time zone) to a new location .
- this script helps you change your VPS linux Server timezone to the location You want.
- in order to use this script you need to know your timezome in a correct format.
- like (example: Asia/Tehran)
- you can google it or use TimeZones List
- updated and upgrade apt :
sudo apt update && apt upgrade -y
- Python3
sudo apt install python3 -y
- Run bellow script :
python3 <(curl -Ls https://raw.githubusercontent.com/X-Oracle/Linux_Tme_location_changer/main/timezone_changer.py)
- follow script .
- Download The Python File ftrom source
- Put it in a location you can remember like
/root/
- Run bellow command :
sudo python3 /root/timezone_changer.py
- follow script.