Re: [gdal-dev] About DateTime detection (bug somewhere)

2014-09-30 Thread a . furieri
On Tue, 30 Sep 2014 12:49:50 +0200, Even Rouault wrote: Jukka, Sandro, Upon investigation, the T suffix was added by the OGR SQLite driver. I've removed it in trunk for now per http://trac.osgeo.org/gdal/ticket/5672 Even, Jukka, the patch #5672 seems to definitively resolve this issue.

Re: [gdal-dev] About DateTime detection (bug somewhere)

2014-09-30 Thread Even Rouault
Le mardi 30 septembre 2014 12:02:10, Jukka Rahkonen a écrit : > lqt.it> writes: > > On Mon, 29 Sep 2014 21:44:30 + (UTC), Jukka Rahkonen wrote: > > > Hi, > > > > > > I noticed http://trac.osgeo.org/gdal/changeset/27768 and by looking > > > at the > > > different date and time formats I remem

Re: [gdal-dev] About DateTime detection (bug somewhere)

2014-09-30 Thread Jukka Rahkonen
lqt.it> writes: > > On Mon, 29 Sep 2014 21:44:30 + (UTC), Jukka Rahkonen wrote: > > 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 expr

Re: [gdal-dev] About DateTime detection

2014-09-29 Thread a . furieri
On Mon, 29 Sep 2014 21:44:30 + (UTC), Jukka Rahkonen wrote: 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 troubl

Re: [gdal-dev] About DateTime detection

2014-09-29 Thread Even Rouault
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 > t

[gdal-dev] About DateTime detection

2014-09-29 Thread Jukka Rahkonen
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