attoparsec-iso8601-1.0.0.0: Parsing of ISO 8601 dates, originally from aeson.

Copyright(c) 2015-2016 Bryan O'Sullivan
LicenseBSD3
MaintainerBryan O'Sullivan <bos@serpentine.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.Attoparsec.Time.Internal

Description

 

Synopsis

Documentation

data TimeOfDay64 Source #

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

Constructors

TOD !Int !Int !Int64