Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,7 @@ def get_current_time_in_timezone(timezone: str, timeformat: str) -> str:
|
|
66 |
"""A tool that fetches the current local time in a specified timezone.
|
67 |
Args:
|
68 |
timezone: A string representing a valid timezone (e.g., 'America/New_York').
|
|
|
69 |
"""
|
70 |
try:
|
71 |
# Create timezone object
|
|
|
66 |
"""A tool that fetches the current local time in a specified timezone.
|
67 |
Args:
|
68 |
timezone: A string representing a valid timezone (e.g., 'America/New_York').
|
69 |
+
timeformat: A string representing the desired format.
|
70 |
"""
|
71 |
try:
|
72 |
# Create timezone object
|