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

option to toggle 24-hour/12-hour time #9

Closed gvt closed 7 years ago

gvt commented 7 years ago

It would be really nice to have an option to toggle between 24-hour/12-hour time. Currently UTCMenuClock only offers 24-hour time. There are some times, such as viewing log timestamps, where the UTC time is in 12-hour format; in this case I need to convert between 12-hour/24-hour which leads to mistakes at midnight and its the sort of guess-work that I use this tool to avoid.

Please consider adding this option. And thanks for making this! Its super useful.

netik commented 7 years ago

Hey, okay! Good idea. I think I can do that this week.

netik commented 7 years ago

Alright, it's done. Git pull + recompile and you'll have what you want. If you need a binary, let me know.

gvt commented 7 years ago

Thanks! :)