<h3>ASCII Time Table Time Format</h3> <li><i>Year Month Day Hour Minute Second</i> => with different separators ("-", ":", "/", " ") used in a standard way. <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> <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/> <b>Valid time range: 1970-01-01 - 2038-01-19</b>