Colton Idle
01/05/2021, 1:44 PMval thirty_mins = 30 * 60_000
but there has to be a way to just do TimeUnit.Minutes(30) right?Vampire
01/05/2021, 1:49 PMTimeUnit.MILLISECONDS.convert(30, TimeUnit.MINUTES)
or TimeUnit.MINUTES.toMillis(30))
?30.minutes.inMilliseconds
?Lukas Sztefek
01/05/2021, 1:55 PMTimeUnit.MINUTES.toMillis(30)
Vampire
01/05/2021, 1:57 PMtseisel
01/05/2021, 3:48 PMnanodeath
01/05/2021, 5:09 PMVampire
01/05/2021, 5:34 PM30.minutes.inMilliseconds
?Colton Idle
01/05/2021, 6:56 PMmaaxgr
01/06/2021, 6:42 AMVampire
01/06/2021, 12:09 PM1500.microseconds.inMilliseconds
5.hours.inDays