September 9, 2025 - EPL Apps utility Util.formatTime produces date-time string in ISO8601 format

Context


Change Type: API change
Product area: Analytics
Component: Streaming Analytics
Deployed at:

Technical details

Build artifact: apama-in-c8y (26.199.0)
Internal ID: PAM-35326

Description


The behavior of the Util.formatTime has changed in the Cumulocity utilities bundle for EPL Apps. This utility now produces a date-time string in ISO8601 format (yyyy-MM-dd'T'HH:mm:ss.SSS). This is a breaking change for any code relying on the previous yyyy/MM/dd HH:mm:ss format. We recommend updating your code to handle the new standard format.

Example:

  • Previous: 2025/09/01 12:38:30Z
  • Current : 2025-09-01T12:38:30.123Z