diff --git a/help/ttTimeFormat b/help/ttTimeFormat
index fdd37f3..053490c 100644
--- a/help/ttTimeFormat
+++ b/help/ttTimeFormat
@@ -1,15 +1,14 @@
ASCII Time Table Time Format
-Year Month Day Hour Minute Second => with different separators ("-", ":", "/", " ") used in a standard way.
-
Milliseconds are not taken in to account.
+Year Month Day Hour Minute Second Millisecond => with different separators ("-", ":", "/", " ") used in a standard way.
Examples:
- - 2001-01-01T00:00:00
-
- 2001-01-01 00:00:00
-
- 2001 01 01 00 00 00
-
- 2001/01/01 00:00:00
+
- 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 => with different separators ("-", ":", "/", " ").
+ 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 :
--
libgit2 0.21.2