TiddlyWiki internal date format is YYYY0MM0DD0hh0mm0ss0XXX
which forms a 17-digit number where:
* YYYY = 4 digit year
* 0MM = 2 digit month (01 to 12)
* 0DD = 2 digit date (00 to 31)
* 0hh = 2 digit hour (00 to 23)
* 0mm = 2 digit minutes (00 to 59)
* 0ss = 2 digit seconds (00 to 59)
* 0XXX = 3 digit milliseconds (000 to 999)
Note that the time format does not have any punctuation, and is represented using UTC
(Universal Time Coordinated), which is essentially the same as Greenwich Mean Time (GMT)
Thus:
January 5, 2021 at 6:57:44 PM
the date of your posting in my local time zone (PST, Pacific Standard Time), is equivalent to
January 6, 2021 at 2:57:44 AM
in UTC (i.e., adjusted for 8 hours difference in timezone between PST and UTC),
and would be represented in TiddlyWiki's internal date format as:
20210106025744000