marluwe commited on
Commit
974e5ff
·
verified ·
1 Parent(s): ab6a1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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