Reconcile date format handling between FE and Evaluator

Created on 21 January 2025, 2 months ago

Overview

In the Evaluator, we add Z to the end of the date time from Drupal because the stored value in Drupal is always UTC but does not validate as a date-time per RFC3339

The issue is the frontend code turns the entered value back into a value that does validate for RFC3339 and then we end up adding the Z when a time-offset already exists

Proposed resolution

In πŸ“Œ Implement saving block settings forms Active we added a temporary workaround to make sure we only add the Z if the time offset isn't already there.
This issue is to explore if there's a more robust approach.

User interface changes

πŸ“Œ Task
Status

Active

Version

0.0

Component

Data model

Created by

πŸ‡¦πŸ‡ΊAustralia larowlan πŸ‡¦πŸ‡ΊπŸ.au GMT+10

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024