Fix in the server action DateTime_ConvertUnixToDateTime, in the change of the previous version to accommodate long integers as unix format to support date times beyond January 19th 2037 03:14:07.
This release fixes the issue related to the functions converting unix values to date times. Those functions received integer values, capped to a minimum of -2147483648 and a maximum of 2147483647, and as such the maximum value the function would convert would be to Tuesday, 19 January 2037 at 03:14:07. Those functions now use long integer parameters, now resolving this limitation.
This issue was raised in the forum in [Date time Utils] I suggest to update the Epoch Unix from Integer to LongInteger. | OutSystems.
Breaking changes:
This version includes a couple of improvements: