The Datetime class

Provides DATETIME data-type related utility methods.

The util.Datetime class provides methods for the DATETIME data type.

This class is provided in the util C-Extension library; To use the util.Datetime class, you must import the util package in your program:
IMPORT util

This class does not have to be instantiated; it provides class methods for the current program.