To use this component
Drag the client action OnApplicationReady_AbsoluteDateTime into the OnApplicationReady system event of your Reactive or Mobile application.
Mark Server/Data Actions
Add the suffix _adt to any server or data action where you want to disable automatic DateTime conversions.
Tag Relevant Attributes
Inside those actions, add the suffix _adt to the DateTime attributes that should remain in absolute time (i.e., no conversion to or from UTC).
Use as Normal
Use the tagged input/output attributes like you normally would - Automatic DateTime adjustments will be skipped for them.
Important notes
This means you can control conversion behavior per attribute, allowing some DateTime values to be auto-converted while others remain fixed, within the same action.
------------------------------------------------------------------------------------------
Disclaimer
This component is not guaranteed to be compatible with future versions of the OutSystems Platform Server.
It is provided as-is, with no planned updates or ongoing support.
Use at your own risk.