Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def get_the_current_time_in_timezone(timezone: str) -> str:
|
|
25 |
timezone: A string representing a valid timezone (e.g., 'America/New_York').
|
26 |
|
27 |
Returns:
|
28 |
-
string: A
|
29 |
"""
|
30 |
try:
|
31 |
# Create timezone object
|
|
|
25 |
timezone: A string representing a valid timezone (e.g., 'America/New_York').
|
26 |
|
27 |
Returns:
|
28 |
+
string: A sentence that provides the time using the 12-hour clock including AM/PM
|
29 |
"""
|
30 |
try:
|
31 |
# Create timezone object
|