-
Notifications
You must be signed in to change notification settings - Fork 1
Home
davecotter edited this page Aug 7, 2021
·
3 revisions
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.