Y
Hacker News
new
|
ask
|
show
|
jobs
by
pramodbiligiri
334 days ago
KDE Plasma provides custom time formats:
https://postimg.cc/sGXD8wqq
. The time format documentation from that screenshot links to QT's formatDateTime function:
https://doc.qt.io/archives/qt-5.15/qml-qtqml-qt.html#formatD...
1 comments
userbinator
334 days ago
That's already more customisation than most software will allow, but to paraphrase an old saying, "those who don't understand strftime() are doomed to reinvent it poorly":
https://pubs.opengroup.org/onlinepubs/009695399/functions/st...
link
https://pubs.opengroup.org/onlinepubs/009695399/functions/st...