String formatToTimeString(String dateFormat) { return DateFormat(dateFormat) .format(DateTime.fromMillisecondsSinceEpoch(this)); }