mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
solutions cleanup
This commit is contained in:
parent
884007cdb0
commit
a76a302f3f
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
# Problem
|
||||
User asked for current time in timezone
|
||||
# Solution
|
||||
Use code_execution_tool with following python code adjusted for your timezone
|
||||
~~~python
|
||||
from datetime import datetime
|
||||
import pytz
|
||||
|
||||
timezone = pytz.timezone('America/New_York')
|
||||
current_time = datetime.now(timezone)
|
||||
|
||||
print("Current time in New York:", current_time)
|
||||
~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue