I have two DateTime fields, one being user local and the other time-zone independent. (Both get populated from the same variable)
Using a c# plugin I send a create request for a date time of 04/01/2019 09:00 am AET which gets converted to the UTC time zone regardless of the field behavior.
Hence, both fields get populate with 03/01/2019 10:00 pm which is incorrect.
*This post is locked for comments