Changeset b74bbf2
- Timestamp:
- 02/13/11 22:14:07 (2 years ago)
- Branches:
- master
- Children:
- f5fa145
- Parents:
- d936a94
- git-author:
- xkolman2 <xkolman2@…> (02/13/11 22:14:07)
- git-committer:
- xkolman2 <xkolman2@…> (02/13/11 22:14:07)
- Files:
-
- 4 deleted
- 4 edited
-
modules/mod_loadTracklogs.pyc (modified) (previous)
-
modules/mod_tracklog.pyc (modified) (previous)
-
modules/upoints/gpx.py (modified) (2 diffs)
-
modules/upoints/gpx.pyc (modified) (previous)
-
themes/default/split.png (deleted)
-
themes/default/start.png (deleted)
-
themes/default/start.svg (deleted)
-
themes/default/stop.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
modules/upoints/gpx.py
r6101706 rb74bbf2 173 173 location += " @ %sm" % self.elevation 174 174 if self.time: 175 location += " on %s" % self.time.isoformat() 175 location += " on %s" % self.time # modified for modRana 176 # location += " on %s" % self.time.isoformat() 176 177 if self.name: 177 178 text = ["%s (%s)" % (self.name, location), ] … … 221 222 """modrana: 222 223 the previous format was using current time type sufix 223 this was ch cnged just to "Z", as demanded by the spcification224 this was changed just to "Z", as demanded by the specification 224 225 the time should be just UTC, not local time 225 226 """ 226 element.append(elementise("time", None, time.strftime("%Y-%m-%dT%H:%M:%SZ"))) 227 # element.append(elementise("time", None, time.strftime("%Y-%m-%dT%H:%M:%SZ"))) 228 # add Z on the end 229 correctTime = "%sZ" % self.time 230 element.append(elementise("time", None, correctTime)) 227 231 return element 228 232
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/gps_navigace/chrome/site/nlp-logo.png)