String format({String pattern = 'yyyy-MM-dd HH:mm:ss', String? locale}) { return DateFormat(pattern, locale).format(this); }