mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-01 18:16:17 +00:00
7 lines
116 B
Haskell
7 lines
116 B
Haskell
module Simplex.Chat.Util (week) where
|
|
|
|
import Data.Time (NominalDiffTime)
|
|
|
|
week :: NominalDiffTime
|
|
week = 7 * 86400
|