from agno.agent import Agentfrom agno.models.openai import OpenAIResponsesagent = Agent( model=OpenAIResponses(id="gpt-5.2"), add_datetime_to_context=True, timezone_identifier="Etc/UTC",)agent.print_response( "What is the current date and time? What is the current time in NYC?")