Skip to content

Commit

Permalink
fix tz date syntax per openaps/openaps-contrib#6
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Aug 15, 2016
1 parent ceb3da0 commit d33d439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/templates/refresh-loops.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"use": "rezone",
"reporter": "JSON",
"astimezone": "False",
"date": "['timestamp', 'dateString', 'start_at', 'end_at', 'created_at']",
"date": "timestamp dateString start_at end_at created_at",
"adjust": "missing",
"input": "monitor/pumphistory.json",
"device": "tz",
Expand All @@ -188,7 +188,7 @@
"use": "rezone",
"reporter": "JSON",
"astimezone": "False",
"date": "['timestamp', 'dateString', 'start_at', 'end_at', 'created_at']",
"date": "timestamp dateString start_at end_at created_at",
"adjust": "missing",
"input": "settings/pumphistory-24h.json",
"device": "tz",
Expand Down

0 comments on commit d33d439

Please sign in to comment.