Safe Haskell | None |
---|---|
Language | Haskell2010 |
Fedora.FAS.Types.UTCTimeFAS
- newtype UTCTimeFAS = UTCTimeFAS UTCTime
- utc :: Iso' UTCTimeFAS UTCTime
Documentation
newtype UTCTimeFAS
This type is isomorphic to UTCTime, but we customize its FromJSON instance
to allow it to accept 0-offsets instead of only Z
.
Constructors
UTCTimeFAS UTCTime |
Instances
Eq UTCTimeFAS | |
Ord UTCTimeFAS | |
Show UTCTimeFAS | |
FormatTime UTCTimeFAS | |
ParseTime UTCTimeFAS | |
ToJSON UTCTimeFAS | |
FromJSON UTCTimeFAS |
utc :: Iso' UTCTimeFAS UTCTime