electricimp / reference

Electric Imp Reference Code
MIT License
94 stars 65 forks source link

timer utility #21

Closed bobbyziom closed 10 years ago

bobbyziom commented 10 years ago

as I see it the diff calculation should be like this:

local diff = _time - (time()+tzoffset());

in the at() function :)