Date and Time formatting

1
Hi i need some suggestion on the proceeding at a scenario mentioned below. when hitting a REST API and calling a microflow that creates an object with date and time attribute,and on calling an another micrflow (not from hitting an URL ) which updates the same created object i created,shows 2 different values(UTC and session timings) of the same date and time attributes.while trying to embedd the values in html,i dint do any operation like parsing or formating.The same object when retrived and seen,its getting shown with session values.I need the date and time atrribute of an object whike creation and updation in a same format(Local timings only not as UTC).
asked
1 answers
1

To understand how DateTime attributes and handling/displaying of values work I suggest you take a look at this learning module:

https://learn.mendix.com/link/module/374/lecture/3046/7.1-Introduction

answered