Merge pull request #7 from wiosna-dev/feature/WZUW-1498-Lime_misinterpretation_of_time

[WZUW-1498] [prod] Using 24-hour format to set validfrom date_time
This commit is contained in:
petermarynczak
2025-09-12 12:57:49 +02:00
committed by GitHub

View File

@@ -302,7 +302,7 @@ class SurveyService
'firstname' => $firstName,
'lastname' => $lastName,
'email' => $email,
'validfrom' => date('Y-m-d h:i:s'),
'validfrom' => date('Y-m-d H:i:s'),
],
];