Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
(PC-9431) : change date to utc in educational bookings sandbox script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautier Vanneste authored and gvannest committed Jul 6, 2021
1 parent d909d28 commit e88bd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_industrial_educational_bookings() -> None:
rennes_educational_institution2,
]

now = datetime.datetime.now()
now = datetime.datetime.now(datetime.timezone.utc)

educational_test_user = UserFactory(
email="compte.test@education.gouv.fr",
Expand Down

0 comments on commit e88bd4c

Please sign in to comment.