JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Provide an Object::creationTimeUTC() method in RootSchema

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.

  • Hugh McColl
  • Apr 21 2020
  • Shipped (2020)
  • Attach files