mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
5cdda2ea7d
This change replaces date-fns with dayjs throughout the codebase for more consistent date/time handling and to reduce bundle size. It also tries to make the formatting and usage consistent. **Why dayjs over date-fns?** Just because we were using dayjs more broadly. Its formatting capabilities, were also easier to extend.