I have a third party application with a known bug in their date handling. I can work around the bug by ensuring the timezone is UTC. The application is an EJB in an ear which we deploy on Weblogic 11g. To date I have managed this by setting the default timezone for the server to UTC. However, I now want to deploy this application on server where other applications exist that require a different default timezone. Is there any way to specify timezone = UTC for this application only? (I have limited access to the workings of the EJB i.e. there are some hooks for user provided java code)
Thanks.