TimeFormatter typedef

TimeFormatter = String Function(DateTime now)

Function to format the current time

Implementation

typedef TimeFormatter = String Function(DateTime now);