macOSDateTime property
String
get
macOSDateTime
MAC OS Format: The date and time format "Sun 27 Aug 11:30 PM" appears to be in a relatively standard and commonly used format for displaying dates and times in a readable, human-friendly way. macOS allows you to customize date and time formats to a certain extent, but this particular format doesn't require extensive customization and is typically available as one of the default options.
Implementation
String get macOSDateTime =>
DateHelper().mac_OS_DateTime(millisecondsSinceEpoch);