llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Sébastien Han 63bc5c3c53
refactor: move all datetime.now() calls to UTC
Updated all instances of datetime.now() to use timezone.utc for
consistency in handling time across different systems. This ensures that
timestamps are always in Coordinated Universal Time (UTC), avoiding
issues with time zone discrepancies and promoting uniformity in
time-related data.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-03-13 10:46:54 +01:00
..
__init__.py chore: fix typing hints for get_provider_impl deps arguments (#1544) 2025-03-11 10:07:28 -07:00
agent_instance.py refactor: move all datetime.now() calls to UTC 2025-03-13 10:46:54 +01:00
agents.py chore: deprecate ToolResponseMessage in agent.resume API (#1566) 2025-03-12 12:10:21 -07:00
config.py Auto-generate distro yamls + docs (#468) 2024-11-18 14:57:06 -08:00
persistence.py refactor: move all datetime.now() calls to UTC 2025-03-13 10:46:54 +01:00
safety.py fix: tracing fixes for trace context propogation across coroutines (#1522) 2025-03-11 07:12:48 -07:00