Hi,
I’m trying to use the function zeroDate(), which returns 1.1.1970. I’m using it in a Reformat object, then passing it into the metadata as a data field. When I inspect the data being passed into the metadata, it reads 12.31.1969.
Do you know what could be causing this? The timezone and Locale is set correctly. Could it be a daylight savings time problem?
When I use the today() function, with the same timezone/locale, it returns the correct date and time.