You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python script that converts a time from one time zone to another. The possible time
4
+
zones considered are Eastern, Central, Mountain, or Pacific.
5
+
6
+
---
7
+
8
+
## Steps to Run
9
+
10
+
1. Clone/Download this repository
11
+
```
12
+
git clone clone_path
13
+
```
14
+
2. Run the program using command
15
+
```
16
+
time_zone.py
17
+
```
18
+
---
19
+
20
+
## Input
21
+
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.
0 commit comments