times.xml 1.72 KB
<?xml version="1.0"?>
<treps>
  <times>
    <time id="iso">
      <pattern>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]</pattern>
      <fullname>ISO 8601</fullname>
    </time>
    <time id="iso-z">
      <pattern>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]Z</pattern>
      <fullname>ISO 8601 with Z</fullname>
    </time>
    <time id="iso-mls">
      <pattern>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[mls]</pattern>
      <fullname>ISO 8601 with mls</fullname>
    </time>
    <time id="iso-mls-z">
      <pattern>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[mls]Z</pattern>
      <fullname>ISO 8601 with mls and Z</fullname>
    </time>
    <time id="iso-doy">
      <pattern>[YYYY]-[DOY]T[hh]:[mm]:[ss]</pattern>
      <fullname>ISO 8601 with day of year</fullname>
    </time>
    <time id="iso-doy-z">
      <pattern>[YYYY]-[DOY]T[hh]:[mm]:[ss]Z</pattern>
      <fullname>ISO 8601 with day of year and Z</fullname>
    </time>
    <time id="iso-doy-mls">
      <pattern>[YYYY]-[DOY]T[hh]:[mm]:[ss].[mls]</pattern>
      <fullname>ISO 8601 with day of year and mls</fullname>
    </time>
    <time id="iso-doy-mls-z">
      <pattern>[YYYY]-[DOY]T[hh]:[mm]:[ss].[mls]Z</pattern>
      <fullname>ISO 8601 with day of year, mls and Z</fullname>
    </time>
    <time id="timestamp">
      <fullname>TimeStamp (nb seconds from 1970)</fullname>
    </time>
    <time id="decyear">
      <fullname>Decimal year</fullname>
    </time>
    <time id="pattern">
      <fullname>User defined pattern</fullname>
    </time>
    <time id="epoch">
      <fullname>Epoch time (CDF format)</fullname>
    </time>
    <time id="tt2000">
      <fullname>TT2000 time (CDF format)</fullname>
    </time>
    <time id="ddtime">
      <fullname>DDTime (CDPP/DDServer format)</fullname>
    </time>
  </times>
</treps>