Copyright | (c) 2014 Vincent Hanquez <vincent@snarc.org> |
---|---|
License | BSD-style |
Safe Haskell | None |
Language | Haskell2010 |
Data.Hourglass.Types
Description
Deprecated: Use Time.Types instead. Will be removed from future versions of this package.
Basic times units and types.
While pratically some units could hold infinite values, for practical and efficient purpose they are limited to int64 types for seconds and int types for years.
Most units use the Unix epoch referential, but by no means reduce portability. The Unix referential works under the Windows platform or any other platforms.
Documentation
module Time.Types