Skip to content

Commit

Permalink
v1.2.21 Make both graphs UTC time.
Browse files Browse the repository at this point in the history
  • Loading branch information
kd9lsv committed Jan 21, 2023
1 parent 16fcccf commit 279351b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -10043,7 +10043,7 @@
"removeOlderUnit": "3600",
"cutout": 0,
"useOneColor": false,
"useUTC": false,
"useUTC": true,
"colors": [
"#1f77b4",
"#aec7e8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "n1mm_dashboard",
"description": "Dashboard for N1MM Contesting",
"version": "1.2.20",
"version": "1.2.21",
"dependencies": {
"node-red-contrib-hourglass": "1.5.0",
"node-red-contrib-msg-speed": "2.1.0",
Expand Down

0 comments on commit 279351b

Please sign in to comment.