Skip to content

Commit

Permalink
fix(location): use IANA standard for timezone (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer committed Dec 23, 2022
1 parent 75a31f6 commit dd81fe1
Show file tree
Hide file tree
Showing 10 changed files with 396 additions and 619 deletions.
493 changes: 393 additions & 100 deletions src/locales/en/location/time_zone.ts

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/locales/es/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import state_abbr from './state_abbr';
import street from './street';
import street_address from './street_address';
import street_suffix from './street_suffix';
import time_zone from './time_zone';

const location: LocationDefinitions = {
building_number,
Expand All @@ -32,7 +31,6 @@ const location: LocationDefinitions = {
street,
street_address,
street_suffix,
time_zone,
};

export default location;
127 changes: 0 additions & 127 deletions src/locales/es/location/time_zone.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/locales/es_MX/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import street from './street';
import street_address from './street_address';
import street_name from './street_name';
import street_suffix from './street_suffix';
import time_zone from './time_zone';

const location: LocationDefinitions = {
building_number,
Expand All @@ -34,7 +33,6 @@ const location: LocationDefinitions = {
street_address,
street_name,
street_suffix,
time_zone,
};

export default location;
127 changes: 0 additions & 127 deletions src/locales/es_MX/location/time_zone.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/locales/he/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import street from './street';
import street_address from './street_address';
import street_name from './street_name';
import street_prefix from './street_prefix';
import time_zone from './time_zone';

const location: LocationDefinitions = {
building_number,
Expand All @@ -38,7 +37,6 @@ const location: LocationDefinitions = {
street_address,
street_name,
street_prefix,
time_zone,
};

export default location;
Loading

0 comments on commit dd81fe1

Please sign in to comment.