This is a python script that converts a time from one time zone to another. The possible time zones considered are Eastern, Central, Mountain, or Pacific.
- Clone/Download this repository
git clone clone_path
- Run the program using command
time_zone.py
The user enters the time in the usual American way, such as 3:48pm or 11:26am. The first time zone the user enters is that of the original time and the second is the desired time zone.