Format time
static String time(DateTime time) { final formatter = DateFormat(TFormats.currentTimeFormat); return formatter.format(time); }