Skip to content

A Python script to change your server time location (time zone) to a new location .

License

Notifications You must be signed in to change notification settings

X-Oracle/Linux_Tme_location_changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linux_Tme_location_changer

A Python script to change your server time location (time zone) to a new location .

Scipt Details

  • 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.

Requirements

  • updated and upgrade apt :
sudo apt update && apt upgrade -y
  • Python3
sudo apt install python3 -y

Auto Download :

  1. Run bellow script :
python3 <(curl -Ls https://raw.githubusercontent.com/X-Oracle/Linux_Tme_location_changer/main/timezone_changer.py)
  1. follow script .

Manual Download:

  1. Download The Python File ftrom source
  2. Put it in a location you can remember like /root/
  3. Run bellow command :
sudo python3 /root/timezone_changer.py
  1. follow script.

About

A Python script to change your server time location (time zone) to a new location .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages