Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Synopsis
- toFeedDateString :: FeedKind -> ClockTime -> String
- toFeedDateStringUTC :: FeedKind -> UTCTime -> String
Documentation
toFeedDateString :: FeedKind -> ClockTime -> String Source #
toFeedDateString
translates a calendar time into
the format expected by the feed kind.
toFeedDateStringUTC :: FeedKind -> UTCTime -> String Source #
toFeedDateStringUTC
translates a UTC time into
the format expected by the feed kind.