ASCII Time Table Time Format
Year Month Day Hour Minute Second Millisecond  => with different separators ("-", ":", "/", " ") used in a standard way.
Examples:
  
    -  2001-01-01T00:00:00.000
    
 -  2001-01-01 00:00:00.000
    
 -  2001 01 01 00 00 00.000
    
 -  2001/01/01 00:00:00.000
  
 
 
 Year Day-Of-Year Hour Minute Second Millisecond => with different separators ("-", ":", "/", " ", ".").
Day-Of-Year (three letters !!!) starts from 0, i.e. the 1st of January is 0.
If you plan to use uploaded time table to work with data note that :
Valid time range: 1970-01-01 - 2038-01-19