diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

Timestamps are set as both strings and Time objects #8

Closed bil-bas closed 14 years ago

bil-bas commented 14 years ago

A timestamp from the json is just something like "12342523521", but if that value is missing, it uses Time.now as a default. These two types are clearly incompatible.

diminish7 commented 14 years ago

Fixed