Hacker News new | ask | show | jobs
by userbinator 3376 days ago
One thing I've always wondered about the taskbar clock is why they didn't just follow an existing time formatting standard...

http://3.bp.blogspot.com/-9pDonc_uipU/UEoMOdhA-eI/AAAAAAAABw...

...and invented their own:

https://www.groovypost.com/wp-content/uploads/2010/01/image_...

1 comments

From the screenshot, someone not familiar with strftime would be lost; but most people would be able to figure out the invented format. Also, it looked like users got to choose from a drop down of suggestions -- the "format string" was probably only for users to read, not actually parsed.
Also, it looked like users got to choose from a drop down of suggestions -- the "format string" was probably only for users to read, not actually parsed.

Actually it is possible to write your own format string, since those are comboboxes:

https://www.bleepstatic.com/tutorials/windows/customize-wind...

Also, I would agree that the Windows UI is better since it provides a short description of the format letters; but they could've just as easily done that for the commonly-used strftime() specifiers too, with perhaps a link that opens a popup with all of them. The live preview at the top also helps.