Skip to content

Commit

Permalink
Force use of UTC (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 20, 2024
1 parent 1ea5677 commit aaa14e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if __name__ == "__main__":

start_time = datetime.datetime.now() - datetime.timedelta(seconds=2)
start_time = datetime.datetime.now(tz=datetime.UTC) - datetime.timedelta(seconds=2)
if os.environ.get("GITHUB_REPOSITORY", "") and os.environ.get(
"GITHUB_REPOSITORY", ""
):
Expand Down

0 comments on commit aaa14e0

Please sign in to comment.