Skip to content
davecotter edited this page Aug 7, 2021 · 3 revisions

OMG there's a wiki!

Aug 6, 2021:

okay so this latest change ALSO has a new function: CFDateFormatterUses24HourTimeDiaplay(), in case you need to know

and it fixes display of time, so that it works regardless of time zone. note the current timezone stuff is totally busted, this just "works around" it by creating a timezone based off GMT + absolute time (no DST support that way). if you call CFTimeZoneCopyCurrent_Mutex() (doesn't actually use a mutex), it will get the most-recently cached TZ. look at the code for hints.

Clone this wiki locally