Makes 24h the default end time for polls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user