Copyright | (c) 2015-2016 Bryan O'Sullivan |
---|---|
License | BSD3 |
Maintainer | Bryan O'Sullivan <bos@serpentine.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- data TimeOfDay64 = TOD !Int !Int !Int64
- fromPico :: Pico -> Integer
- toPico :: Integer -> Pico
- diffTimeOfDay64 :: DiffTime -> TimeOfDay64
- toTimeOfDay64 :: TimeOfDay -> TimeOfDay64
Documentation
data TimeOfDay64 Source
Like TimeOfDay, but using a fixed-width integer for seconds.