happstack-0.5.0: The haskell application server stack + code generationSource codeContentsIndex
Happstack.State.ClockTime
Description
instances of Typeable, Data, Serialize, Version, and Default for ClockTime
Synopsis
data ClockTime = TOD Integer Integer
Documentation
data ClockTime Source
A representation of the internal clock time. Clock times may be compared, converted to strings, or converted to an external calendar time CalendarTime for I/O or other manipulations.
Constructors
TOD Integer Integer

Construct a clock time. The arguments are a number of seconds since 00:00:00 (UTC) on 1 January 1970, and an additional number of picoseconds.

In Haskell 98, the ClockTime type is abstract.

show/hide Instances
Produced by Haddock version 2.6.1