Description
I just upgraded openaps-contrib, and ran openaps report add settings/pumphistory-24h-zoned.json JSON tz rezone settings/pumphistory-24h.json
(the command I normally use to create that report). With the new openaps-contrib, it fails to zone the pumphistory-24h.json when run, and instead gives me unzoned output like "timestamp": "2016-07-17T08:37:32",
. Looks like this is due to a change in the way the date =
string is represented in the ini, from date = timestamp dateString start_at end_at created_at
to date = ['timestamp', 'dateString', 'start_at', 'end_at', 'created_at']
. When I change it back to date = timestamp dateString start_at end_at created_at
and invoke the report again, it zones the output properly.
@moomoobloo had this same issue last night: https://gitter.im/nightscout/intend-to-bolus?at=578b07d7196179690ef215bf