ZVON > References > Haskell reference
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | >> Time << | Locale | CPUTime | Random

Module: Time
Function: getClockTime
Type: IO ClockTime
Description: returns the current time in its internal representation
Related:

Example 1
Program source: 

import Time

main = do t <- getClockTime
          print t

Output: CT 1017060141