Page 2 of 2

Re: ISO 8601 date format error in Synchronize directories

Posted: 2021-04-12, 10:44 UTC
by Samuel
Support++.

I also mentioned this (again) some days ago (Point #5).

Re: ISO 8601 date format error in Synchronize directories

Posted: 2022-04-23, 12:32 UTC
by Samuel
Thank you for that two additional changes in TC10.50b1/b2:

Code: Select all

16.03.22 Added: wincmd.ini [Configuration] CustomSeparators=0000 set date separator, time separator, thousands separator, and decimal separator. Use 0 for user default from control panel (32/64)
16.03.22 Added: wincmd.ini [Configuration] CustomDateFormat=-1 set date format independent from the system: -1=default, 0=M-D-Y, 1=D-M-Y, 2=Y-M-D, use CustomSeparators for separator character (32/64)
They also affect Sync dirs, what is great. So I use:

Code: Select all

CustomDateFormat=1
CustomSeparators=.:.,
However the date is still displayed as "23.04.22 14:30:00" instead of "23.04.2022 14:30:00".
Could you also make this setting work for Sync dirs?

Code: Select all

ShowCentury=1
If you fear not everyone has horizontal space for that, could you add a new setting:

Code: Select all

ShowCenturySyncDirs=1