mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-12 06:34:59 +00:00
2148d50393
* core: use Int64 in time calculations * remove import * make interval Int64
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
|