lib/psych/visitors/yaml_tree.rb in psych-1.1.0 vs lib/psych/visitors/yaml_tree.rb in psych-1.1.1
- old
+ new
@@ -295,10 +295,10 @@
end
private
def format_time time
if time.utc?
- time.strftime("%Y-%m-%d %H:%M:%S.%9NZ")
+ time.strftime("%Y-%m-%d %H:%M:%S.%9N Z")
else
time.strftime("%Y-%m-%d %H:%M:%S.%9N %:z")
end
end