easy-logger-0.1.0.7: Logging made easy.
Safe HaskellNone
LanguageHaskell2010

EasyLogger.Date

Synopsis

Documentation

type FormattedTime = ByteString Source #

Type aliaes for date format and formatted date.

newTimeCache :: TimeFormat -> IO (IO FormattedTime) Source #

Make IO action which get cached formatted local time. Use this to avoid the cost of frequently time formatting by caching an auto updating formatted time, this cache update every 1 second. more detail in Control.AutoUpdate

simpleTimeFormat :: TimeFormat Source #

A simple time cache using format "%d%b%Y:%T %z"

simpleTimeFormat' :: TimeFormat Source #

A simple time cache using format "%d-%b-%Y %T"