Hi Kon

On Wed, 03 Nov 2010 19:50:38 -0700 Kon Lovett <klov...@mac.com> wrote:

> Because I need to release an updated srfi-19 egg now is a good time to
> check the localizations. We have Dutch, English, Spanish, and
> Brazilian-Portuguese. I would like for those in the know to confirm
> the capitalization. Currently it is inconsistent. Mainly, item, such
> as month names, have a leading lowercase, while I would expect
> uppercase.

According to GNU date, the capitalization is ok.  I only noticed a small
difference: date uses `Z' (alphabetic time zone abbreviation) instead of
`z' (numeric timezone).

So, I changed

 (date-time . "~a ~b ~d ~H:~M:~S~z ~Y")

to

 (date-time . "~a ~b ~d ~H:~M:~S~Z ~Y")

Best wishes.
Mario
-- 
http://parenteses.org/mario

Attachment: srfi-19
Description: Binary data

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to