Umbraco Forms 10/13 record create date different i...
# help-with-umbraco
d
We have a custom workflow in Umbraco Forms to send SMS messages. The message is defined as a setting on the workflow with magic strings. When we insert the template
{record.created}
, the date and time in the message is 2 hours behind the actual time. Exactly the offset between our timezone and UTC time. The backoffice shows the correct time, so it seems that in the backoffice, an offset is applied for timezones, while in workflows it is not. Does anyone know how I could apply a timezone transformation on datetimes in magic strings in workflows in Umbraco Forms?
3 Views