aeson-2.0.2.0: Fast JSON parsing and encoding
Copyright (c) 2015-2016 Bryan O'Sullivan
License BSD3
Maintainer Bryan O'Sullivan <bos@serpentine.com>
Stability experimental
Portability portable
Safe Haskell Safe-Inferred
Language Haskell2010

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