feed-1.3.2.0: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Copyright(c) Galois Inc. 2008
(c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Feed.Util

Description

 
Synopsis

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.