Magellan DirectRoute 3.0 Bedienungsanleitung Seite 124

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 130
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 123
GPS-
Ba-
bel
XCSV
Style
Files
109
EXCEL_TIME
EXCEL_TIME is the waypoint's creation time, if any. This is actually the decimal days since 1/1/1900
and is handled internally as a DOUBLE PRECISION FLOAT and requires a FLOATING POINT printf
conversion.
example:
IFIELD EXCEL_TIME,"","%11.5f"
TIMET_TIME
TIMET_TIME is the waypoint's creation time, if any. This is actually the integer seconds since 1/1/1970
(let's not start the holy war) and is handled internally as a LONG INTEGER and requires a LONG INTE-
GER printf conversion.
example:
IFIELD TIMET_TIME,"","%ld"
YYYYMMDD_TIME
YYYYMMDD_TIME is the waypoint's creation time, if any. It's a single decimal field containing four
digits of year, two digits of month, and two digits of date. Internally it is a LONG INTEGER and thus
requires a LONG INTEGER printf conversion.
example:
IFIELD YYYYMMDD_TIME,"","%ld"
GMT_TIME
GMT_TIME is the waypoint's creation time, in UTC time zone. It uses the strptime conversion format tags.
example:
IFIELD GMT_TIME,"","%m/%d/%Y %I:%M:%D %p"
Search the web for 'strptime man page' for details strptime, but one such page can be found at http://
www.die.net/doc/linux/man/man3/strptime.3.html
LOCAL_TIME
LOCAL_TIME is the waypoint's creation time, in the local time zone. It uses strptime conversion format
tags. See GMT_TIME for a reference.
example:
IFIELD LOCAL_TIME,"","%y-%m-%d"
HMSG_TIME
HMSG_TIME parses up to three time parts and am/pm string to add this value to the previously parsed
*_TIME field that contains only a date. On output, will print the time in UTC.
Seitenansicht 123

Kommentare zu diesen Handbüchern

Keine Kommentare