Is your feature request related to a problem? Please describe.
We have a dayjs.ts file where we set up utc, timezone, and our custom parse formatter. This avoids having to duplicate the same measures and so that we can unionise all the date parsing and add tests to ensure functionality is correct.
Describe the solution you'd like
- Avoid using
dayjs (default export) at all times and use dayjs.ts file.
- Use date utils whenever possible
- Test all newly created date utils (if necessary)
BEFORE MERGING
Is your feature request related to a problem? Please describe.
We have a
dayjs.tsfile where we set uputc,timezone, and our custom parse formatter. This avoids having to duplicate the same measures and so that we can unionise all the date parsing and add tests to ensure functionality is correct.Describe the solution you'd like
dayjs(default export) at all times and usedayjs.tsfile.BEFORE MERGING
pnpm generate:types)git fetch origin master:master, thengit rebase masterorgit merge master)