mcolyer / smartermeter

A ruby library to access PG&E SmartMeter data
http://matt.colyer.name/projects/smartermeter/
MIT License
48 stars 15 forks source link

Switches samples to UTC #28

Closed mcolyer closed 11 years ago

mcolyer commented 11 years ago

Previously, running the sample parsing code in different timezones would yield different results. To simplify, the parsing code now groups samples by UTC rather than local times.

Other Changes: