The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
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.