wai-logger-0.1.0: A logging system for WAI

Network.Wai.Logger.Date

Synopsis

Documentation

type ZonedDate = ByteStringSource

A type for zoned date.

data DateRef Source

Reference to the ZonedDate cache.

dateInit :: IO DateRefSource

Initializing the ZonedDate cache.

getDate :: DateRef -> IO ZonedDateSource

Getting ZonedDate from the ZonedDate cache.