wai-logger-0.1.2: A logging system for WAI
Network.Wai.Logger.Date
Synopsis
type ZonedDate = ByteString
A type for zoned date.
data DateRef
Reference to the ZonedDate cache.
ZonedDate
dateInit :: IO DateRef
Initializing the ZonedDate cache.
getDate :: DateRef -> IO ZonedDate
Getting ZonedDate from the ZonedDate cache.