absolute-date-time
Reactive icon

Absolute Date Time

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 4 Aug (2 days ago)
 by 
0.0
 (0 ratings)
absolute-date-time

Absolute Date Time

Documentation
1.0.0

To use this component

  1. Initialize the Component

    Drag the client action OnApplicationReady_AbsoluteDateTime into the OnApplicationReady system event of your Reactive or Mobile application.

  2. Mark Server/Data Actions

    Add the suffix _adt to any server or data action where you want to disable automatic DateTime conversions.

  3. 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).

  4. Use as Normal

    Use the tagged input/output attributes like you normally would - Automatic DateTime adjustments will be skipped for them.

Important notes

  • Attributes with the _adt suffix will only be excluded from automatic DateTime conversions if they are inside server or data actions that are also suffixed with _adt.
  • Conversely, attributes without the _adt suffix will still be converted automatically, even if they are inside a server or data action that is suffixed with _adt.


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.