Skip to content

Commit

Permalink
[datetime2] fix: remove errant whitespace in timezones list (palantir…
Browse files Browse the repository at this point in the history
  • Loading branch information
zenyr authored Oct 3, 2022
1 parent e61e9ae commit 847bbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datetime2/src/common/timezoneItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const TIMEZONE_ITEMS: Timezone[] = [
{ offset: "-09:00", label: "Gambier", ianaCode: "Pacific/Gambier" },
{ offset: "-08:00", label: "Los Angeles", ianaCode: "America/Los_Angeles" },
{ offset: "-08:00", label: "Tijuana", ianaCode: "America/Tijuana" },
{ offset: "-08:00", label: " Vancouver", ianaCode: "America/Vancouver" },
{ offset: "-08:00", label: "Vancouver", ianaCode: "America/Vancouver" },
{ offset: "-08:00", label: "Whitehorse", ianaCode: "America/Whitehorse" },
{ offset: "-08:00", label: "Pitcairn", ianaCode: "Pacific/Pitcairn" },
{ offset: "-07:00", label: "Denver", ianaCode: "America/Denver" },
Expand Down

0 comments on commit 847bbec

Please sign in to comment.