mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The backfill compares the naive start_time column against a timestamptz cutover, and that coercion follows the session time zone, so a non-UTC session shifts the cutover boundary by the offset. Pinning the session makes the whole script timezone-independent. The date bucketing itself was already safe: to_char on a timestamp without time zone ignores the session time zone and the stored values are UTC |
||
|---|---|---|
| .. | ||
| backfill_daily_tool_spend.sql | ||
| create_views.py | ||
| migrate_keys.py | ||
| partition_spend_logs.sql | ||
| unpartition_spend_logs.sql | ||
| update_unassigned_teams.py | ||