Files
simplex-chat/src/Simplex/Chat/Util.hs
Evgeny Poberezkin 2148d50393 core: use Int64 in time calculations (#2143)
* core: use Int64 in time calculations

* remove import

* make interval Int64
2023-04-04 14:26:31 +01:00

7 lines
116 B
Haskell

module Simplex.Chat.Util (week) where
import Data.Time (NominalDiffTime)
week :: NominalDiffTime
week = 7 * 86400