Skip to content

Commit dd81fe1

Browse files
author
Matt Mayer
authored
fix(location): use IANA standard for timezone (#1678)
1 parent 75a31f6 commit dd81fe1

10 files changed

Lines changed: 396 additions & 619 deletions

File tree

src/locales/en/location/time_zone.ts

Lines changed: 393 additions & 100 deletions
Large diffs are not rendered by default.

src/locales/es/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import state_abbr from './state_abbr';
1616
import street from './street';
1717
import street_address from './street_address';
1818
import street_suffix from './street_suffix';
19-
import time_zone from './time_zone';
2019

2120
const location: LocationDefinitions = {
2221
building_number,
@@ -32,7 +31,6 @@ const location: LocationDefinitions = {
3231
street,
3332
street_address,
3433
street_suffix,
35-
time_zone,
3634
};
3735

3836
export default location;

src/locales/es/location/time_zone.ts

Lines changed: 0 additions & 127 deletions
This file was deleted.

src/locales/es_MX/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import street from './street';
1717
import street_address from './street_address';
1818
import street_name from './street_name';
1919
import street_suffix from './street_suffix';
20-
import time_zone from './time_zone';
2120

2221
const location: LocationDefinitions = {
2322
building_number,
@@ -34,7 +33,6 @@ const location: LocationDefinitions = {
3433
street_address,
3534
street_name,
3635
street_suffix,
37-
time_zone,
3836
};
3937

4038
export default location;

src/locales/es_MX/location/time_zone.ts

Lines changed: 0 additions & 127 deletions
This file was deleted.

src/locales/he/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import street from './street';
1919
import street_address from './street_address';
2020
import street_name from './street_name';
2121
import street_prefix from './street_prefix';
22-
import time_zone from './time_zone';
2322

2423
const location: LocationDefinitions = {
2524
building_number,
@@ -38,7 +37,6 @@ const location: LocationDefinitions = {
3837
street_address,
3938
street_name,
4039
street_prefix,
41-
time_zone,
4240
};
4341

4442
export default location;

0 commit comments

Comments
 (0)