Skip to content

Commit

Permalink
fix(Geo): change Canadian dates to ISO 8601 format
Browse files Browse the repository at this point in the history
(cherry picked from commit 902d48c)
  • Loading branch information
gparent authored and mergify[bot] committed May 2, 2024
1 parent 73f265b commit 351cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/geo/country_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
"currency_fraction_units": 100,
"currency_name": "Canadian Dollar",
"currency_symbol": "$",
"date_format": "mm-dd-yyyy",
"date_format": "yyyy-mm-dd",
"number_format": "#,###.##",
"timezones": [
"America/Atikokan",
Expand Down

0 comments on commit 351cd04

Please sign in to comment.