wai-logger-0.1.2: A logging system for WAI

Network.Wai.Logger.Date

Synopsis

Documentation

type ZonedDate = ByteString

A type for zoned date.

data DateRef

Reference to the ZonedDate cache.

dateInit :: IO DateRef

Initializing the ZonedDate cache.

getDate :: DateRef -> IO ZonedDate

Getting ZonedDate from the ZonedDate cache.