The Haskell "time" package replaces System.Time (existing API). As of GHC 6.6, it is part of the standard libraries.
You can browse
the source,
the API from Haddock,
some use cases.
Or fetch the project like this:
darcs get http://darcs.haskell.org/packages/time/
ashley@semantic.org