Jose Marinjosuamanuel.hashnode.dev·Sep 7, 2023Chrono and Console log timelinesLogs are as necessary as tedious. They give valuable information in a usually terrible format. Coming to the rescue when we need to log time events, we have Chrono functionality in js-awe library: https://www.npmjs.com/package/js-awe npm install js-...console.log
Kirk Paradiswww.park-dev.io·Dec 4, 2022Serializing a chrono::DateTime Using SerdeHave you ever found yourself in need of formatting dates created with chrono for your users? If so, I would like to share a solution I used at work recently. In an attempt to build a report for my business line, I was fetching data from my Postgresql...2.7K readschrono