formatReadableTime method
Formats the date and time readably (e.g., "Wed, 09 Apr 2025 12:11:00 AM").
TimeFormat.EEEddMMMyyyyhhmmssa provides 'EEE, dd MMM yyyy hh:mm:ss a'.
Implementation
String formatReadableTime() => format(TimeFormat.EEEddMMMyyyyhhmmssa);