Re: How do I set a TimeZone for VelocityTools DateTool?
Doug Breaux <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <[email protected]> |
On 9/12/2012 2:10 PM, Christopher Schultz wrote: > Doug, > > On 8/14/12 5:20 PM, Doug Breaux wrote: >> Both the VelocityTools Tools Usage Summary and the DateTool Javadoc seem >> to indicate a configuration mechanism for setting a TimeZone, but I >> simply can't discover what that is. >> >> DateTool's timezone setter is protected, and I don't want repeatedly >> pass a TimeZone into the overloaded format() methods. > > You might want to: your users might be in different TimeZones and you > don't want to force an arbitrary TimeZone (yours?) upon them, do you? > > -chris Chris, Reasonable point. However, in this case, all our users are in one TimeZone, a different one from our TimeZone. However, even if I wanted to allow different TimeZones per user, I'd still probably want to set the TimeZone once per "execution" of a template and not have to explicitly reference it from each call inside that template. (Mind you, unless I needed to display items in multiple TimeZones.) Thanks for making me think about those cases. BTW, I got my answer at StackOverflow: http://stackoverflow.com/questions/11907365/how-do-i-set-a-timezone-for-velocitytools-datetool -- Doug