Datawithsarah commited on
Commit
b0c01ce
·
verified ·
1 Parent(s): 8851546

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -14,7 +14,9 @@ def get_time_with_context(timezone: str)-> str: #it's import to specify the retu
14
  """fetches the current local time in a specified timezone and provides a contextual message.
15
  Args:
16
  timezone (str): A valid timezone string (e.g., 'America/New_York', 'Asia/Tokyo').
17
-
 
 
18
 
19
  Returns:
20
  str: A string with the current time and contextual greeting message.
 
14
  """fetches the current local time in a specified timezone and provides a contextual message.
15
  Args:
16
  timezone (str): A valid timezone string (e.g., 'America/New_York', 'Asia/Tokyo').
17
+
18
+ Parameters:
19
+ timezone (str): The name of the timezone. Example: 'America/New_York', 'Asia/Tokyo'.
20
 
21
  Returns:
22
  str: A string with the current time and contextual greeting message.