times.xml
1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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>