Merge branch 'master' into agsdoc-html-style

This commit is contained in:
rfm 2024-11-08 10:38:37 +00:00 committed by GitHub
commit 99fe8d65e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@
holding the seconds since reference date (because someone at Apple
thought it would be a good idea to represent a time interval as a fp).
Note that this assumes that IEEE 754 is used.
* Source/NSCalendarDate.m:
Remove access to the NSDate private concrete Class
and implement -timeIntervalSinceReferenceDate instead.