Usually this happens because of one of these reasons:
DateTime attribute is configured with Localize = NoDateTimeFirst thing I would check is the entity attribute itself.
For the DateTime attribute:
This is important because:
Localize = Yes, Mendix stores the value in UTC and converts it based on the logged-in user timezoneLocalize = No, Mendix treats it more like a fixed server/system datetimeAlso note:
One more thing:
If you are formatting the datetime manually using:
then Mendix automatic timezone conversion may not apply.
So I would verify:
Localize = YesDateTime attribute directly in UIIn most cases, the issue is the Localize property being disabled.