diff --git a/lib/couchrest/monkeypatches.rb b/lib/couchrest/monkeypatches.rb index c24f092..60e02b8 100644 --- a/lib/couchrest/monkeypatches.rb +++ b/lib/couchrest/monkeypatches.rb @@ -10,7 +10,7 @@ class Time # in your application.) def to_json(options = nil) - u = self.utc + u = self.getutc %("#{u.strftime("%Y/%m/%d %H:%M:%S +0000")}") end