diff --git a/lib/couchrest/monkeypatches.rb b/lib/couchrest/monkeypatches.rb index 58b8fe9..da676d7 100644 --- a/lib/couchrest/monkeypatches.rb +++ b/lib/couchrest/monkeypatches.rb @@ -8,7 +8,7 @@ class Time def to_json(options = nil) u = self.utc - %("#{u.strftime("%Y/%m/%d %H:%M:%S +0000")}") + %("#{u.strftime("%Y/%m/%d %H:%M:%S.#{u.usec} +0000")}") end # Decodes the JSON time format to a UTC time.