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 d816ece commit e1c7634Copy full SHA for e1c7634
msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/DateTimeTests.java
@@ -38,7 +38,7 @@ void parseIso8601Format() {
38
@ParameterizedTest
39
@ValueSource(strings = {
40
"2025-05-15T12:34:56Z", // Basic UTC format
41
- "2025-05-15T12:34:56.1234", // With milliseconds
+ "2025-05-15T12:34:56.1234Z", // With milliseconds
42
"2025-05-15T12:34:56.123456789Z" // With nanoseconds
43
})
44
void testValidIso8601Formats(String timestamp) {
0 commit comments