Following regression fails with 1.1.8:
> import java.sql.*;
>
> class CreateTime {
> public static void main(String args[]) {
> String s="-15:43:05"; //Create valid Time representation
> Time t = Time.valueOf(s);
>
> }
>
> }
> import java.sql.*;
>
> class CreateTime {
> public static void main(String args[]) {
> String s="-15:43:05"; //Create valid Time representation
> Time t = Time.valueOf(s);
>
> }
>
> }