unix-2.7.2.2: POSIX functionality
Copyright (c) The University of Glasgow 2002
License BSD-style (see the file libraries/base/LICENSE)
Maintainer libraries@haskell.org
Stability provisional
Portability non-portable (requires POSIX)
Safe Haskell Safe
Language Haskell2010

System.Posix.Time

Description

POSIX Time support

Synopsis

Documentation

epochTime :: IO EpochTime Source #

epochTime calls time to obtain the number of seconds that have elapsed since the epoch (Jan 01 00:00:00 GMT 1970).