Closed larsjkr closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
da15ccd
) 100.00% compared to head (d9f6be8
) 99.10%. Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
My apologies for the long delay on reviewing this, and thank you for the fix ❤️
Resolves https://github.com/danielroe/nuxt-time/issues/196
The Problem was that
Intl.DateTimeFormat
expects e.g.timeZone
, but the current implementation passes e.g.timezone
instead.