Skip to content

Commit

Permalink
V1.19.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Nov 18, 2023
1 parent d156b6d commit 8e0f5be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/controller/Briggs_Stratton_GC-1032.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 8e0f5be

Please sign in to comment.