llama-stack/llama_stack/cli
Sébastien Han 98b1b15e0f
refactor: move all datetime.now() calls to UTC (#1589)
# What does this PR do?

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 15:34:53 -07:00
..
model fix(cli): llama model prompt-format (#1481) 2025-03-07 11:45:54 -08:00
scripts API Updates (#73) 2024-09-17 19:51:35 -07:00
stack revert: feat(server): Use system packages for execution (#1551) 2025-03-11 09:58:25 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
download.py refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
llama.py fix: Incorrect import path for print_subcommand_description() (#1315) 2025-02-27 18:50:41 -08:00
subcommand.py API Updates (#73) 2024-09-17 19:51:35 -07:00
table.py style: remove prints in codebase (#1146) 2025-02-18 19:41:37 -08:00
verify_download.py style: update verify-download help text (#1134) 2025-02-18 10:15:26 -08:00