Commit 8926327fea816e2face65a1a3ccdf968280ba87b
1 parent
90d5bde5
Exists in
master
and in
6 other branches
Fixed help
Showing
1 changed file
with
6 additions
and
7 deletions
Show diff stats
help/ttTimeFormat
1 | 1 | <h3>ASCII Time Table Time Format</h3> |
2 | -<li><i>Year Month Day Hour Minute Second</i> => with different separators ("-", ":", "/", " ") used in a standard way. | |
3 | -<br/><i>Milliseconds</i> are not taken in to account. | |
2 | +<li><i>Year Month Day Hour Minute Second Millisecond</i> => with different separators ("-", ":", "/", " ") used in a standard way. | |
4 | 3 | <br/><br/> |
5 | 4 | Examples: |
6 | 5 | <ul> |
7 | - <li> 2001-01-01T00:00:00 | |
8 | - <li> 2001-01-01 00:00:00 | |
9 | - <li> 2001 01 01 00 00 00 | |
10 | - <li> 2001/01/01 00:00:00 | |
6 | + <li> 2001-01-01T00:00:00.000 | |
7 | + <li> 2001-01-01 00:00:00.000 | |
8 | + <li> 2001 01 01 00 00 00.000 | |
9 | + <li> 2001/01/01 00:00:00.000 | |
11 | 10 | </ul> |
12 | -<li> <i>Year Day-Of-Year Hour Minute Second</i> => with different separators ("-", ":", "/", " "). | |
11 | +<li> <i>Year Day-Of-Year Hour Minute Second Millisecond</i> => with different separators ("-", ":", "/", " ", "."). | |
13 | 12 | <i>Day-Of-Year</i> (three letters !!!) starts from 0, i.e. the 1st of January is 0. |
14 | 13 | <br/><br/> |
15 | 14 | <li>If you plan to use uploaded time table to work with data note that :<br/> | ... | ... |