-
Notifications
You must be signed in to change notification settings - Fork 68
Fix timezone des plannings #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…joutant la bonne timezone afup#1792
5bfcb6e
to
02b0863
Compare
Top ! |
@stakovicz J'aimerai bien mettre une date précise pour la date de début / fin (qui se base sur la date du jour -x jours) avec une heure précise pour que ça fonctionne sauf que je vois que dans les seed, vous faites un random_int de 5 à 6 jours pour la date de début et random_int de 1 à 5 jours pour la date de fin. |
@Zarlokh non je ne vois pas de raison au random. Tu peux fixer la Datetime comme tu veux. |
@@ -543,4 +544,11 @@ public function theEmailShouldContainAFullUrlStartingWith(string $arg1): void | |||
); | |||
} | |||
} | |||
|
|||
#[Then('the response should contains date :arg1')] | |||
#[Then('the response should contains date :arg1 with format :arg2')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça ne devrait pas être plutôt "should contain" au lieu de "should contains" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bien vu, my bad 👍
Fix la récupération de la data planning en rajoutant la bonne timezone