Current system time in UTC

Use the util.Datetime.getCurrentAsUTC() method to get the current system date/time in UTC.

Starting with Genero version 3.00, you can use the util.Datetime.getCurrentAsUTC() method to get the current system time in UTC ( Coordinated Universal Time).

This method has been added to solve the issue when using util.Datetime.toUTC(CURRENT) during the daylight saving time transition period in the fall, as described in util.Datetime.toUTC.