Copyright | (c) 20021 Gautier DI FOLCO |
---|---|
License | ISC |
Maintainer | Gautier DI FOLCO <gautier.difolco@gmail.com> |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe |
Language | Haskell2010 |
Some standard formats
Synopsis
- type RFC822 = 'WeekDayShort :<> (", " :<> (SpacesPadding 'DayZeroPadded :<> (" " :<> ('MonthShort :<> (" " :<> ('Year :<> (" " :<> ('PaddedTwentyFourHours :<> (":" :<> ('PaddedMinutes :<> (":" :<> ('PaddedSeconds :<> (" " :<> 'TimeZoneName)))))))))))))
Documentation
type RFC822 = 'WeekDayShort :<> (", " :<> (SpacesPadding 'DayZeroPadded :<> (" " :<> ('MonthShort :<> (" " :<> ('Year :<> (" " :<> ('PaddedTwentyFourHours :<> (":" :<> ('PaddedMinutes :<> (":" :<> ('PaddedSeconds :<> (" " :<> 'TimeZoneName))))))))))))) Source #
Format string according to RFC822.