rombert commented on code in PR #40:
URL: 
https://github.com/apache/sling-org-apache-sling-committer-cli/pull/40#discussion_r3783580611


##########
src/main/java/org/apache/sling/cli/impl/DateProvider.java:
##########
@@ -30,7 +31,7 @@ public class DateProvider {
     private static final DateTimeFormatter jiraReleaseDate = 
DateTimeFormatter.ofPattern("yyyy-MM-d");
 
     public OffsetDateTime getCurrentDate() {
-        return OffsetDateTime.now();
+        return OffsetDateTime.now(ZoneId.systemDefault());

Review Comment:
   It's small enough to not ask you to generate a new PR but for the future 
please keep cleanups in a separate PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to