RT for rt.cpan.org
Skip Menu
|
Bug #28532 for Geo-Gpx: Add timezone information
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Geo-Gpx CPAN distribution
.
Report information
The Basics
Id:
28532
Status:
resolved
Priority:
0/
Queue:
Geo-Gpx
People
Owner:
Nobody in particular
Requestors:
dolmen [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Wishlist
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sat Jul 28 15:56:32 2007
dolmen [...] cpan.org - Ticket created
Subject:
Add timezone information
Add a 'timezone' to waypoint/point data to define/preserve timezone information when saving/loading GPX.
Sun Mar 08 12:39:59 2009
andy [...] hexten.net - Correspondence added
On Sat Jul 28 15:56:32 2007, DOLMEN wrote:
Show quoted text
> Add a 'timezone' to waypoint/point data to define/preserve timezone > information when saving/loading GPX.
As far as I can see the GPX spec doesn't allow for a timezone and requires that timestamps be UTC.
Sun Mar 08 12:40:00 2009
The RT System itself - Status changed from 'new' to 'open'
Sun Mar 08 12:40:00 2009
andy [...] hexten.net - Status changed from 'open' to 'rejected'
Tue May 05 09:50:48 2009
dolmen [...] cpan.org - Correspondence added
Le Dim. Mar. 08 12:39:59 2009, ANDYA a écrit :
Show quoted text
> On Sat Jul 28 15:56:32 2007, DOLMEN wrote:
> > Add a 'timezone' to waypoint/point data to define/preserve timezone > > information when saving/loading GPX.
> > As far as I can see the GPX spec doesn't allow for a timezone and > requires that timestamps be > UTC.
The GPX spec at
http://www.topografix.com/GPX/1/1/#type_wptType
says that <time> is an xsd:dateTime. The XML Schema spec says that xsd:dateTime follow the ISO8601 date time format which can include a timezone offset: 'Z' for UTC, '+01:00' for UTC+1... See
http://www.w3.org/TR/xmlschema-2/#dateTime
Tue May 05 09:50:49 2009
The RT System itself - Status changed from 'rejected' to 'open'
Wed May 06 17:19:28 2009
andy [...] hexten.net - Correspondence added
On Tue May 05 09:50:48 2009, DOLMEN wrote:
Show quoted text
> The GPX spec at
http://www.topografix.com/GPX/1/1/#type_wptType
says > that <time> is an xsd:dateTime. > The XML Schema spec says that xsd:dateTime follow the ISO8601 date time > format which can include a timezone offset: 'Z' for UTC, '+01:00' for > UTC+1... > See
http://www.w3.org/TR/xmlschema-2/#dateTime
OK :) I've just released 0.25 that adds timezone support.
Wed May 06 17:19:30 2009
andy [...] hexten.net - Status changed from 'open' to 'resolved'