summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/doc_props/tc_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/doc_props/tc_core.rb b/test/doc_props/tc_core.rb
index 91522a33..cfff4d59 100644
--- a/test/doc_props/tc_core.rb
+++ b/test/doc_props/tc_core.rb
@@ -5,7 +5,7 @@ class TestCore < Test::Unit::TestCase
def setup
@core = Axlsx::Core.new
# could still see some false positives if the second changes between the next two calls
- @time = Time.now.strftime('%Y-%m-%dT%H:%M:%S')
+ @time = Time.now.strftime('%Y-%m-%dT%H:%M:%SZ')
@doc = Nokogiri::XML(@core.to_xml_string)
end