Skip to content

Commit

Permalink
Fix IssueInstant date format
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhr committed Feb 4, 2013
1 parent 7dcb127 commit 6dd8381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/ruby-saml/authrequest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create(settings, params = {})

def create_authentication_xml_doc(settings)
uuid = "_" + UUID.new.generate
time = Time.now.utc.strftime("%Y-%m-%dT%H:%M:%S")
time = Time.now.utc.strftime("%Y-%m-%dT%H:%M:%SZ")
# Create AuthnRequest root element using REXML
request_doc = REXML::Document.new

Expand Down

0 comments on commit 6dd8381

Please sign in to comment.