From 4f7a72dc0b4edcdfc5e7948686f68441613c2de2 Mon Sep 17 00:00:00 2001 From: Piotr Marynczak Date: Thu, 11 Sep 2025 13:42:26 +0200 Subject: [PATCH] [WZUW-1498] feat: Using 24-hour format to set validfrom date_time --- src/Service/SurveyService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/SurveyService.php b/src/Service/SurveyService.php index af6ffda..8ce5580 100644 --- a/src/Service/SurveyService.php +++ b/src/Service/SurveyService.php @@ -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'), ], ];