Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stedfn committed Oct 15, 2024
1 parent 8e69153 commit c28d580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug_scripts/estimate_epoch_start_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def predict_future_epochs(starting_epoch_timestamp, avg_epoch_length,
future_datetime = datetime.fromtimestamp(future_timestamp,
target_timezone)

# Format date
future_date = future_datetime.strftime('%Y-%m-%d %H:%M:%S %Z%z %A')
print(f"Predicted start of epoch {i}: {future_date}")

Expand Down

0 comments on commit c28d580

Please sign in to comment.