We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a08d00 commit 581ef96Copy full SHA for 581ef96
1 file changed
src/onelogin/saml2/utils.py
@@ -434,7 +434,7 @@ def generate_unique_id():
434
435
@staticmethod
436
def parse_time_to_SAML(time):
437
- """
+ r"""
438
Converts a UNIX timestamp to SAML2 timestamp on the form
439
yyyy-mm-ddThh:mm:ss(\.s+)?Z.
440
@@ -449,7 +449,7 @@ def parse_time_to_SAML(time):
449
450
451
def parse_SAML_to_time(timestr):
452
453
Converts a SAML2 timestamp on the form yyyy-mm-ddThh:mm:ss(\.s+)?Z
454
to a UNIX timestamp. The sub-second part is ignored.
455
0 commit comments