Re: UTC not an accepted time zone
Posted by: Filipe Silva
Date: June 25, 2015 05:25AM

Hi,

First of all this stack trace comes from Connector/J 5.1.34. Please confirm that you don't have conflicting jars in your classpath.

With Connector/J 5.1.34 should be working too, though.

Can you please run the following line from any place in your code and check the results?
System.out.println(com.mysql.jdbc.TimeUtil.getCanonicalTimezone("UTC", null));

If it fails, please also test it from a self contained executable class (avoiding any external components) and describe us your environment.

Thank you,

Options: ReplyQuote


Subject
Written By
Posted
Re: UTC not an accepted time zone
June 25, 2015 05:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.