Time Conversion Failed
----------------------

                 Key: GEOT-1331
                 URL: http://jira.codehaus.org/browse/GEOT-1331
             Project: GeoTools
          Issue Type: Bug
          Components: core feature
    Affects Versions: 2.3.2, 2.3.1, 2.3.0
            Reporter: Tim Englich
            Priority: Critical


The Date-Value by using the DateUtil.serializeSqlDate(...) funtion does not 
work corret.

The follwong code will work correkt:

        throws IllegalArgumentException {
        long time = date.getTime();       
        time += TimeZone.getDefault().getOffset(System.currentTimeMillis());
        return serializeDate(time);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to