netik / UTCMenuClock

Simple Objective-C based Menu Clock for Mac OS X. Displays the UTC time in the menubar and nothing more.
Apache License 2.0
239 stars 47 forks source link

Feature request: ISO-8601 date format override #14

Closed dm8tbr closed 1 year ago

dm8tbr commented 3 years ago

Would be nice to have it in the familiar 2021-03-01 format, left of the time. Essentially forming a compliant timestamp. Most timestamps, I work with are formatted ISO-8601 compliant.

Nevertheless, this is already very useful for me, thanks for the work you put into it!

ijoseph commented 3 years ago

was just about to request this myself. Looks pretty simple to implement by messing with the date formatters, maybe I'll take a stab at it this weekend.

netik commented 1 year ago

Ah, yes, okay, excellent point. We also use the iso 8601 formats.

netik commented 1 year ago

I have added a Copy as ISO8601 feature. Will also modify and place a override