@override String format({DateFormat? formatter}) { var form = formatter ?? DateFormat.jm(); return form.format(toDateTime().toLocal()); }