diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle index 14974ef3207..f62ccccb24d 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle @@ -148,7 +148,7 @@ publishing.publications.withType(MavenPublication) { } configuration { delegate.verbose('true') - delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssZ") + delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssXXX") delegate.generateGitPropertiesFile('true') delegate.generateGitPropertiesFilename('${project.build.outputDirectory}/git.properties') }