common data service and flow date error

Brass Contributor

I've an entity in CDS with field "Software Maintenance End" (date1.png) I read this in flow and put it in variable "licenseend" and send email with subject containing field and variable (date2.png) and the value read by Flow is 1 day before (date3.png)
ex:

Software Maintenance End 18/12/2018

in mail displays 17/12/2018 (without calculation)

1 Reply

@Patrick Sanouiller CDS stores and returns al DateTime values in UTC. If you are not directly applying any calculation you may want to check your User Settings to see what timezone you are configured for, this may be impacting the date calculation.