The JADE 2022 release meets tomorrow’s business demands.
Background
The creationTime TimeStamp stored on objects is a UTC Epoch time
Issue
The RootSchema::Object::creationTime() method returns a TimeStamp converted to a local time in the executing time zone. This is not convenient when conversion to an end users timezone in required.
Proposed
In order to support conversion to a specified TimeZone, a RootSchema method that returned the receiver's creation time as a UTC time would be useful.