Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix: fix default locale, #185
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahHouben committed Mar 3, 2022
1 parent 7a45229 commit 65da95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Time/getDateString.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function date(d) {

function getDateString({
dateTime,
locale = 'en-GB',
locale = navigator.language,
systemOffset = 0,
readoutFunctions = {},
}) {
Expand Down

0 comments on commit 65da95e

Please sign in to comment.