static String now({String format = kDateFormat}) { return DateFormat(format).format(DateTime.now()); }