From 8e0f5beafc4945d6fed38692b0e71996b669565a Mon Sep 17 00:00:00 2001 From: jgyates Date: Fri, 17 Nov 2023 21:44:32 -0500 Subject: [PATCH] V1.19.00 --- data/controller/Briggs_Stratton_GC-1032.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/controller/Briggs_Stratton_GC-1032.json b/data/controller/Briggs_Stratton_GC-1032.json index 947d4c51..75432d13 100644 --- a/data/controller/Briggs_Stratton_GC-1032.json +++ b/data/controller/Briggs_Stratton_GC-1032.json @@ -994,8 +994,7 @@ "datetime":{ "comment":"Used to print the date and time of the controller", "type" : "list", - "xormat": "%s/%s/%s %s:%s", - "exec": "mybsdt = datetime.datetime.strptime('{}/{}/{} {}:{}','%d/%m/%Y %H:%M');exec_out = mybsdt.strftime('%A %B %-d, %Y %H:%M')", + "exec": "mybsdt = datetime.datetime.strptime('{}/{}/{} {}:{}','%m/%d/%Y %H:%M');exec_out = mybsdt.strftime('%A %B %-d, %Y %H:%M')", "title" : "Generator Time", "value": [ {