Further to the Date/Time error in Streets & Trips 2011, I just generated an export GPX file to be able to give my wife a list of stops in a trip we are planning. The program put, into the GPX file, the following:
Quote:
</copyright><time>2011-02-16T23:53:29</time>
This turns out to be the time that the computer was showing, which is EST, of course, since I live in Toronto. Unfortunately, the correct entry would have been:
Quote:
</copyright><time>2011-02-17T04:53:29Z</time>
Because, based on the GPX standard, the time ALWAYS has to be Zulu or Greenwich Mean Time... so in the case of Toronto one needs to add 5 hours when it is standard time, and 4 hours when it is daylight savings time.
In addition, note that the time zone IS NOT displayed, so one does not know when the copyright really starts, since it could, in theory, be in anyone of 24 different time zones, ignoring those that are half hour zones. Was this time in Toronto, Los Angeles, Tokyo or Cairo? The entry as put out by the program thus is really meaningless, as well as wrong. The point of the standard is that Zulu time is only ONE specific time, and can be converted to the correct 'local' time easily.
Microsoft, PLEASE fix this!