mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 10:11:49 +01:00
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:
@@ -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'),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user