| ZVON > References > Haskell reference |
| Intro / Search / ZVON |
| | 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: |
Program source: import Time main = do t <- getClockTime print t
Output: CT 1017060141