We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2b4e0 commit 55560fbCopy full SHA for 55560fb
1 file changed
tests/test_mi.py
@@ -56,6 +56,8 @@ def test_expires_on_parsing(self):
56
"1234567890": 1234567890,
57
"1970-01-01T00:00:12.0000000+00:00": 12,
58
"2024-10-18T19:51:37.0000000+00:00": 1729281097, # Copied from https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4963
59
+ "2025-01-01T00:00:00Z": 1735689600, # Z/Zulu suffix
60
+ "2025-01-01T00:00:00+00:00": 1735689600, # No fractional seconds
61
"01/01/1970 00:00:12 +00:00": 12,
62
"06/20/2019 02:57:58 +00:00": 1560999478, # Derived from https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_1.21.0/sdk/identity/azure-identity/azure/identity/_credentials/azure_ml.py#L52
63
"1/1/1970 12:0:12 AM +00:00": 12,
0 commit comments