Current system time in UTC

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

Starting with Genero 3.00, the util.Datetime.getCurrentAsUTC() method is provided 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.