Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: unsupported Clear Filter

Never write your own date parsing library

Never write your own date parsing library. Never. No exceptions. Never have I ever… So… I’ve written my own date parsing library. Why? Our story begins seven years ago in the year 2018. I made the very sensible choice to adopt luxon as the Date Parsing library for Eleventy. This parsing behavior is used when Eleventy finds a String for the date value in the Data Cascade (though YAML front matter will bypass this behavior when encountering a YAML-compatible date). This choice was good for El