TomFrost / Bristol

Insanely configurable logging for Node.js
MIT License
113 stars 19 forks source link

Consider using a lighter alternative to Moment #58

Open dandv opened 5 years ago

dandv commented 5 years ago

Luxon is a good one.

shamil commented 5 years ago

or date-fns

ghost commented 5 years ago

Day.Js is a nice alternative to me

⏰ Day.js 2KB immutable date library alternative to Moment.js with the same modern API

https://github.com/iamkun/dayjs

dandv commented 5 years ago

@xxyuk: as you saw, Day.js doesn't use the Intl API. This logging package is for the server, so there's no excuse to not use the Intl API.