Skip to content

Commit

Permalink
do not encode
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed May 22, 2024
1 parent 1ed1f6d commit 5843e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logs-to-tsdb/backfill/get-all-days.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def get_query_results(query_id, filename):
def main():
log_group = "/ecs/ceramic-prod-cas"

start_date_str = "2023-11-15 15:00:00"
end_date_str = "2023-11-22 04:00:00"
start_date_str = "2024-05-16 15:00:00"
end_date_str = "2024-05-22 10:00:00"
start_date = datetime.strptime(start_date_str, "%Y-%m-%d %H:%M:%S").replace(tzinfo=timezone.utc)
end_date = datetime.strptime(end_date_str, "%Y-%m-%d %H:%M:%S").replace(tzinfo=timezone.utc)

Expand Down

0 comments on commit 5843e34

Please sign in to comment.