lib/tw/client/tweet.rb in tw-1.0.9 vs lib/tw/client/tweet.rb in tw-1.0.10
- old
+ new
@@ -4,10 +4,10 @@
def initialize(opts)
@id = opts[:id]
@user = opts[:user]
@text = opts[:text]
- @time = opts[:time]
+ @time = opts[:time].getlocal
@fav_count = opts[:fav_count]
@rt_count = opts[:rt_count]
end
def to_json(*a)