initial date

0
what initial date and time are stored in Mendix?
asked
1 answers
2

Datetime values are always stored UTC.

default value of a DateTime attribute is either empty or the default as set in the domain model. Mostly CurrenDateTime.

answered