Mappable Fields - system time

I noticed ISO8601 format isnt available for the system time fields in the automation editor
image
I assumed I would go to custom date & time and be able to select that as a format but i dont see the option listed.

Is there a way to use that or get it added there?

Thanks

The custom date time formatting functionality in the automation editor is not the same as the functionality in the DateTime - Translation module in assemblies.

So it doesn’t have the shorthand “ISO8061” output format, but you should be able to achieve the same results by entering a “custom date & time” format string of: yyyy-mm-dd’T’HH:MM:ss

The single quotes are how to escape literal text.

that makes sense. I assumed on the backend it reused the same module.

I will give that a try. thanks