Trim string for Hawaii Standard Time

This commit is contained in:
wiz
2024-12-06 17:20:16 +09:00
committed by GitHub
parent 9e5b7436d4
commit a2bc6f5bba

View File

@@ -449,7 +449,7 @@ export interface Timezone {
export const timezones: Timezone[] = [
{ offset: '-12', name: 'Anywhere on Earth (AoE)' },
{ offset: '-11', name: 'Samoa Standard Time (SST)' },
{ offset: '-10', name: 'Hawaii-Aleutian Standard Time (HST)' },
{ offset: '-10', name: 'Hawaii Standard Time (HST)' },
{ offset: '-9', name: 'Alaska Standard Time (AKST)' },
{ offset: '-8', name: 'Pacific Standard Time (PST)' },
{ offset: '-7', name: 'Mountain Standard Time (MST)' },