From 2c0ae25d5de6ced8df79d03c273ff8a31c03f5bf Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Tue, 8 Dec 2020 12:20:29 +0100 Subject: [PATCH] UI: add UTC time precision --- flows/main.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flows/main.json b/flows/main.json index abe6866..0a08054 100644 --- a/flows/main.json +++ b/flows/main.json @@ -7380,14 +7380,14 @@ "rows": null }, { - "label": "Date (DD/MM/YYYY)", + "label": "Date (DD/MM/YYYY, UTC)", "value": "object_date", "type": "text", "required": true, "rows": null }, { - "label": "Time (15:00)", + "label": "Time (15:00, UTC)", "value": "object_time", "type": "text", "required": true, @@ -7438,14 +7438,14 @@ "rows": null }, { - "label": "Date (DD/MM/YYYY)", + "label": "Date (DD/MM/YYYY, UTC)", "value": "object_date", "type": "text", "required": true, "rows": null }, { - "label": "Time (15:00)", + "label": "Time (15:00, UTC)", "value": "object_time", "type": "text", "required": true, @@ -7496,14 +7496,14 @@ "rows": null }, { - "label": "Date (DD/MM/YYYY)", + "label": "Date (DD/MM/YYYY, UTC)", "value": "object_date_end", "type": "text", "required": true, "rows": null }, { - "label": "Time (15:00)", + "label": "Time (15:00, UTC)", "value": "object_time_end", "type": "text", "required": true,