Format when time is in hours
@override String hours(int minutes) => hourFormat.format( DateTime.now().subtract( Duration(minutes: minutes), ), );