michael-o commented on code in PR #86:
URL: 
https://github.com/apache/maven-doxia-sitetools/pull/86#discussion_r1111244584


##########
doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java:
##########
@@ -434,6 +435,10 @@ protected Context 
createToolManagedVelocityContext(SiteRenderingContext siteRend
         Locale locale = siteRenderingContext.getLocale();
         String dateFormat =
                 
siteRenderingContext.getDecoration().getPublishDate().getFormat();
+        String timezoneId =
+                
siteRenderingContext.getDecoration().getPublishDate().getTimezone();
+        TimeZone timezone =

Review Comment:
   I thought about this, but didn't do it in the model: 
https://maven.apache.org/pom.html `<timezone>`. I can fix Java code, though, if 
course.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to