happstack-0.5.0.3: The haskell application server stack + code generation

Happstack.State.ClockTime

Description

instances of Typeable, Data, Serialize, Version, and Default for ClockTime

Synopsis

Documentation

data ClockTime

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.