from agno.agent import Agentfrom agno.models.openai import OpenAIChatagent = Agent( model=OpenAIChat(id="gpt-4o"), add_datetime_to_instructions=True, timezone_identifier="Etc/UTC",)agent.print_response( "What is the current date and time? What is the current time in NYC?")