static bool isToday(int time) { return DateTime.now().millisecondsSinceEpoch - time < 24 * 60 * 60 * 1000; }