[Haskell-cafe] ISO 8601 Date time format without old-locale?
Roman Cheplyaka
roma at ro-che.info
Tue Nov 18 23:09:06 UTC 2014
On 18/11/14 20:10, Brandon Allbery wrote:
> On Tue, Nov 18, 2014 at 5:02 PM, Bram Neijt <bneijt at gmail.com
> <mailto:bneijt at gmail.com>> wrote:
>
> I want to do ISO8601 formatting of a date with a numeric zone offset
> and I can't seem to find a way of doing it without requiring the
> old-locale package[1].
>
>
> Use old-locale. It was inappropriately deprecated with no replacement,
> and nobody seems to want to bother either fixing or replacing it.
Actually, the time package has been fixed and now includes all the
necessary definitions (and doesn't depend on old-locale) in version 1.5.
Roman
More information about the Haskell-Cafe
mailing list