date-time-utils
Reactive icon

Date time Utils

Stable version 1.0.6 (Compatible with OutSystems 11)
Uploaded
 on 31 May (10 days ago)
 by 
4.8
 (6 ratings)
date-time-utils

Date time Utils

Compatible with:
Created on OutSystems 11

Version 1.0.6

Stable
Current
See documentation
Uploaded on 31 May (10 days ago) by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Release notes:

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.

Application Objects:
Date time Utils has 0 AOs.

Version 1.0.5

Stable
See documentation
Uploaded on 24 May (2 weeks ago) by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Release notes:

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:

  • Functions below had the input of their Unix Date Time input parameters from Integer to LongInteger:
    • Client-side
      • DateTime_ConvertUnixToDateTime
      • DateTime_GetUnix
    • Server-side
      • DateTime_ConvertUnixToDateTime
Application Objects:
Date time Utils has 0 AOs.

Version 1.0.4

Stable
icon_trusted
See documentation
Uploaded on 07 December 2022 by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Release notes:

This version includes a couple of improvements:

  • Function attributes now have a description;
  • DateTime_Max and DateTime_Min functions added (client and server-side) to get the maximum and minimum date times between two date times, respectively;
  • Fixed the name of the output attribute of Year_End client and server functions to EndOfTheYear instead of StartOfTheYear
Application Objects:
Date time Utils has 0 AOs.