Le lundi 29 septembre 2014 23:44:30, Jukka Rahkonen a écrit : > Hi, > > I noticed http://trac.osgeo.org/gdal/changeset/27768 and by looking at the > different date and time formats I remembered that I have just received some > data where dates were expressed as "2014-09-27T" which lead to some > trouble. > > I do not know if it is valid to end date with "T" without giving time as > well.
I would say no, as according to http://en.wikipedia.org/wiki/ISO_8601, http://www.w3.org/TR/NOTE-datetime or http://tools.ietf.org/html/rfc3339. The T is means as separating the date part from the time part. > > -Jukka Rahkonen- > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
