DEV Community

Discussion on: Localizing dates in a Perl web application

Collapse
 
simongreennet profile image
Simon Green

I'd be interested to hear your thoughts on doing this in Perl as opposed to using a JS library (like luxon) for example to handle locales and time zone.

To me the advantage of luxon is that it knows time zone and locale of the browser, so it seemed like a no-brainier just to use that.