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 ebc47e8 commit e3cb397Copy full SHA for e3cb397
test/fixtures/azure-fixture/src/main/java/fixture/azure/AzureHttpHandler.java
@@ -316,7 +316,7 @@ public void handle(final HttpExchange exchange) throws IOException {
316
RequestId:%s
317
Time:%s</Message></Error>""",
318
requestId,
319
- DateTimeFormatter.ISO_DATE_TIME.format(ZonedDateTime.now(ZoneId.of("UTC")))
+ DateTimeFormatter.ISO_OFFSET_DATE_TIME.format(ZonedDateTime.now(ZoneId.of("UTC")))
320
);
321
final String notFoundPart = Strings.format("""
322
--%s
0 commit comments