Makes 24h the default end time for polls

This commit is contained in:
Vitor Pamplona
2026-02-17 18:41:25 -05:00
parent a6ff66b8ae
commit bb3937edb4
4 changed files with 31 additions and 37 deletions
@@ -55,6 +55,8 @@ object TimeUtils {
fun oneDayAgo() = now() - ONE_DAY
fun oneDayAhead() = now() + ONE_DAY
fun eightHoursAgo() = now() - EIGHT_HOURS
fun twoDays() = ONE_DAY * 2