aeson-2.1.2.0: Fast JSON parsing and encoding
Copyright(c) 2015-2016 Bryan O'Sullivan
LicenseBSD3
MaintainerBryan O'Sullivan <bos@serpentine.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Aeson.Internal.Time

Description

Deprecated: This module will be removed in the next major aeson version.

Synopsis

Documentation

data TimeOfDay64 Source #

Like TimeOfDay, but using a fixed-width integer for seconds.

Constructors

TOD !Int !Int !Int64 

fromPico :: Pico -> Integer Source #

Deprecated: Use MkFixed

toPico :: Integer -> Pico Source #

Deprecated: Use MkFixed