monky-2.2.0.0: A system state collecting library and application

Maintainerongy
Stabilitytesting
PortabilityLinux
Safe HaskellSafe
LanguageHaskell2010

Monky.Time

Description

 

Synopsis

Documentation

data TimeHandle Source #

The handle exported by this module.

getTime :: TimeHandle -> IO String Source #

Get the current time in the format given to the handle.

getHM :: TimeHandle -> IO (Int, Int) Source #

Get the current time (HH:MM) format for the current time zone.

getTimeHandle Source #

Arguments

:: String

The format that should be used for getTime in strftime format

-> IO TimeHandle 

Get a handle for this module