DEV Community

Discussion on: Processing dates and times with Perl

Collapse
 
autarch profile image
Dave Rolsky

Thanks for the writeup.

One note re: DateTime is that I strongly encourage people to look at the format_cldr method instead of using strftime. The former lets you access the entirety of the locale data that is available in CLDR (through DateTime::Locale), while strftime is much more limited.