I am trying to display a (java.util.)Date client-side, and it keeps using the browser's timezone, resulting in a different date visible depending on where you view the page.
How do I get the Formatter (DateTimeFormat) to display the date using the server's timezone rather than the user?
Thanks