CFDate
CFDate is a data type in the Core Foundation framework of Apple's operating systems, including macOS and iOS. It represents a specific point in time, analogous to the `NSDate` object in the Foundation framework. CFDate objects are immutable, meaning once created, their value cannot be changed. They are typically used for tracking dates and times, such as timestamps for file creation or modification, or for scheduling events.
Core Foundation dates are often used in conjunction with other Core Foundation types and C-based APIs. They