I'm trying to filter the caas data by formData.tt_dateOfCreation.
Generally, this works fine, but on some edge cases e.g. 2023-03-30, 00:00 there seems to be a timeshift.
Does anybody know, how can I see and maybe change the timezone caas is using?
Actually the value for datetime looks in my opionion like the timezone paramter is not revolved correctly
"tt_dateOfCreation": {
"fsType": "CMS_INPUT_DATE",
"name": "tt_dateOfCreation",
"value": "2023-03-30T12:04:42Z",
"mode": "DATETIME"
},
Any help will be appreciated.
Regards
Sabrina