String format([String? format]) => Moment.tryParse(this ?? '')?.toLocal().format(format ?? "DD.MM.YY HH:mm") ?? "";