Sun Feb 11 08:26:07 PST 2007  [EMAIL PROTECTED]
  * Added %f: The century part of the week date year.
  Fixes part of http://hackage.haskell.org/trac/ghc/ticket/1007
  Rationale: There is a %g specifier for the last two digits of the 
  week date year, but no specifier for the century. %C cannot be used, 
  since the normal century and the week date century can differ:
  
  > formatTime defaultTimeLocale "%Y %G" (fromGregorian 2000 1 1)
  "2000 1999"

    M ./Data/Time/LocalTime/Format.hs +4
    M ./Data/Time/LocalTime/Parse.hs +3
    M ./test/TestParseTime.hs +2
_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to