Blame view

help/ttTimeFormat 688 Bytes
d5088c34   Elena.Budnik   correct info on T...
1
<h3>ASCII Time Table Time Format</h3>
597e7dbc   Elena.Budnik   TT upload help
2
<li><i>Year Month Day Hour Minute Second</i>  => with different separators ("-", ":", "/", " ") used in a standard way.
d5088c34   Elena.Budnik   correct info on T...
3
4
5
6
7
8
9
10
11
<br/><i>Milliseconds</i> are not taken in to account.
<br/><br/>
Examples:
  <ul>
    <li> 2001-01-01T00:00:00
    <li> 2001-01-01 00:00:00
    <li> 2001 01 01 00 00 00
    <li> 2001/01/01 00:00:00
  </ul> 
597e7dbc   Elena.Budnik   TT upload help
12
13
14
15
<li> <i>Year Day-Of-Year Hour Minute Second</i> => with different separators ("-", ":", "/", " ").
<i>Day-Of-Year</i> (three letters !!!) starts from 0, i.e. the 1st of January is 0.
<br/><br/>
<li>If you plan to use uploaded time table to work with data note that :<br/>
d5088c34   Elena.Budnik   correct info on T...
16
<b>Valid time range: 1970-01-01 - 2038-01-19</b>