How do i test that displaying the date format is working correctly
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I am using
```js
dayjs(date).format("L")
```
to display a date to the user. How do I test that this is working properly for users in a different country/timezone. Changing the timezone using chrome's sensors does nothing.
Contributor guide
Assessment
This issue has not been assessed yet.