Nach meinem "angelesenen" Wissen sollten die Zeiten immer UTC sein. Sämtliche Umrechnungen (Zeitzonen bzw. Sommerzeit) werden durch die Software durchgeführt, die die Daten verarbeitet.
Mein Beispiel als Ergänzung:
GPX:
<?xml version="1.0"?>
<gpx
version="1.0"
creator="Holux Utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
<wpt lat="53.480267" lon="12.429535">
<time>2008-09-05T15:32:42Z</time>
<ele>110.02</ele>
<name><![CDATA[Point 0]]></name>
</wpt>
NMEA:
$GPGGA,173242.000,5328.8161,N,01225.7722,E,1,,,110.02,M,,M,,*59
$GPWPL,5328.8161,N,01225.7722,E,Point 0*11
$GPRMC,173242.000,A,5328.8161,N,01225.7722,E,,,050908,,A*41
$GPZDA,173242.000,05,09,08,,*53
rcvf
Mein Beispiel als Ergänzung:
GPX:
<?xml version="1.0"?>
<gpx
version="1.0"
creator="Holux Utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
<wpt lat="53.480267" lon="12.429535">
<time>2008-09-05T15:32:42Z</time>
<ele>110.02</ele>
<name><![CDATA[Point 0]]></name>
</wpt>
NMEA:
$GPGGA,173242.000,5328.8161,N,01225.7722,E,1,,,110.02,M,,M,,*59
$GPWPL,5328.8161,N,01225.7722,E,Point 0*11
$GPRMC,173242.000,A,5328.8161,N,01225.7722,E,,,050908,,A*41
$GPZDA,173242.000,05,09,08,,*53
rcvf