Converts input and returns the result of the conversion.
input
@override int convert(DateTime input) => (input.millisecondsSinceEpoch).round();