static String dateFormatForNotification(DateTime? time) { return Jiffy.parseFromDateTime(time ?? DateTime.now()).fromNow(); }