hey,
While developing against MySQL, we ran across its habit of adjusting the Epoch timestamp for your local timezone; adding "?useGmtMillisForDatetimes=true" to the end of the connection URL nipped that issue in the bud. However, when we moved to a Tomcat environment and started using a <Resource> block in the context.xml to obtain our connection, it seems to ignore this parameter on the end of the url. We've tried setting an attribute ( useGmtMillisForDatetimes="true") in the <Resource> node, to no effect. What are we missing? Please help! Thank you!