Enhanced DateTime formula #
In the previous version, the mapping tool only supported four datetime formats: “YYYY-MM-DDThh:mm:ss+hh:mm”, “YYYY-MM-DDThh:mm:ss-hh:mm”, “YYYY-MM-DDThh:mm:ssZ”, and “YYYY-MM-DDThh:mm:ss.xxxZ”. However, we have enhanced it to support two additional formats due to other systems supporting different ones, such as “YYYY-MM-DDThh:mm:ss.xxx+hh:mm” (for example, 2023-02-13T08:57:07.733+02:00) and “YYYY-MM-DDThh:mm:ss.xxx-hh:mm” (for example, 2023-02-13T08:57:07.733-02:00).