Format when time is in hours
@override String hours(int hours) => '$hours ${_convert(hours, 'hours')}';