aeson-0.10.0.0: Fast JSON parsing and encoding

Copyright(c) 2015 Bryan O'Sullivan
LicenseApache
MaintainerBryan O'Sullivan <bos@serpentine.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Data.Aeson.Internal.Time

Description

 

Synopsis

Documentation

data TimeOfDay64 Source

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

Constructors

TOD !Int !Int !Int64