now, it display "2025/2/25 10:01".
I want it to display as "2025/2/25 10:01:02"
thanks
/time_format=HH:mm:ssI like the "t" time marker you explain in time_format, it helps to slightly visually declutter the information on the screen. They way you describe, "One character time-marker string, such as A or P," it sounds like perhaps these strings are customizable. Is that correct? If so, where can one write the custom time marker strings?void wrote: Tue Feb 25, 2025 2:16 am Copy and paste the following into your Everything search box:
/time_format=HH:mm:ss
Press ENTER in your Everything search box.
TTTttt| h | Hours with no leading zero for single-digit hours; 12-hour clock |
| hh | Hours with leading zero for single-digit hours; 12-hour clock |
| H | Hours with no leading zero for single-digit hours; 24-hour clock |
| HH | Hours with leading zero for single-digit hours; 24-hour clock |
| m | Minutes with no leading zero for single-digit minutes |
| mm | Minutes with leading zero for single-digit minutes |
| s | Seconds with no leading zero for single-digit seconds |
| ss | Seconds with leading zero for single-digit seconds |
| t | One character time marker string, such as A or P |
| tt | Multi-character time marker string, such as AM or PM |
Unlikely, you can set the AM/PM strings under Control Panel -> Region and Language -> Additional settings -> Time -> AM/PM Symbol.are you planning to make the strings customizable in the future?
\tWow, this is all very educational! Didn't know Everything uses a Windows API for it, and didn't know I could customize the strings within windows itself! Now I have a nice, calming lowercase "am"/"pm" in Everything as well as on my Windows taskbar! Maybe I'll mess around more later and make it a sun/moon emoji...void wrote: Wed May 21, 2025 6:55 am Everything uses the Windows GetTimeFormat API to format time.
[...]
Unlikely, you can set the AM/PM strings under Control Panel -> Region and Language -> Additional settings -> Time -> AM/PM Symbol.
Unrelated, but if you are trying to use a literal t, please escape it with\t