I'm a bit late to comment but just remember that in French month and day names never use a capital letter !  ----------------- Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero". (A. Einstein) From: stepharo <stepharo@free.fr> To: pharo-users@lists.pharo.org Sent: Friday, October 28, 2016 4:44 AM Subject: Re: [Pharo-users] DatePrinter
French is already in and there are so great class comments that I'm crying because of outshined by beauty. Please, don't cry ;-)
Excellent job of sven as usual. Thx.
The ZTimestamp package also contains ZTimestampFormat (a by-example printer & parser),
I love it :) I threw away all my code :). When I will have something running I will review the Date changes I did and ask fro review to push them in Date and Friends.
 support for timezone aware conversions (to/from internal UTC) and NTP server time checking (contacting an external time service).
french    self monthNames: #(      'Janvier' 'Février' 'Mars' 'Avril' 'Mai' 'Juin'      'Juillet' 'Août' 'Septembre' 'Octobre' 'Novembre' 'Décembre' ).    self weekdayNames: #(      'Dimanche' 'Lundi' 'Mardi' 'Mecredi' 'Jeudi' 'Vendredi' 'Samedi' )
Stef
Le 27/10/16 à 14:27, Denis Kudriashov a écrit :
2016-10-27 14:22 GMT+02:00 stepharo <stepharo@free.fr>: (ZTimestampFormat fromString: 'SAT, FEB 03 2001 (16:05:06)') Â Â Â Â Â french
#french is your addition? or it was already supported?