keystore-0.8.1.1: Managing stores of secret things

Safe HaskellNone
LanguageHaskell2010

Data.KeyStore.Types.UTC

Synopsis

Documentation

newtype UTC Source #

package time has some variation in the formatting of second fractions in %Q (http:/hackage.haskell.orgpackagetime-1.8.0.2changelog) so we we will standardise on ".xxx"

Constructors

UTC 

Fields

Instances
Eq UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

Methods

(==) :: UTC -> UTC -> Bool #

(/=) :: UTC -> UTC -> Bool #

Show UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

Methods

showsPrec :: Int -> UTC -> ShowS #

show :: UTC -> String #

showList :: [UTC] -> ShowS #

ToJSON UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

FromJSON UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

FromJSONWithErrs UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC