Changes for timezone naming

This commit is contained in:
David Bomba 2025-05-12 16:30:56 +10:00
parent 5c13a617ad
commit 8e1c9e3006
8 changed files with 12 additions and 7 deletions

View File

@ -156,4 +156,9 @@ return [
'quickbooks_webhook' => [
'verifier_token' => env('QUICKBOOKS_VERIFIER_TOKEN', false),
],
'cloudflare' => [
'zone_id' => env('CLOUDFLARE_ZONE_ID', false),
'api_token' => env('CLOUDFLARE_API_TOKEN', false),
'email' => env('CLOUDFLARE_EMAIL', false),
]
];

View File

@ -67,7 +67,7 @@ private array $timezones = [
'Africa/Harare' => 'Africa/Harare',
'Europe/Helsinki' => 'Europe/Helsinki',
'Asia/Jerusalem' => 'Asia/Jerusalem',
'Europe/Kiev' => 'Europe/Kiev',
'Europe/Kyiv' => 'Europe/Kyiv',
'Europe/Minsk' => 'Europe/Minsk',
'Europe/Riga' => 'Europe/Riga',
'Europe/Sofia' => 'Europe/Sofia',

View File

@ -66,7 +66,7 @@ return new class extends Migration
'Africa/Harare' => 'Africa/Harare',
'Europe/Helsinki' => 'Europe/Helsinki',
'Asia/Jerusalem' => 'Asia/Jerusalem',
'Europe/Kiev' => 'Europe/Kiev',
'Europe/Kyiv' => 'Europe/Kyiv',
'Europe/Minsk' => 'Europe/Minsk',
'Europe/Riga' => 'Europe/Riga',
'Europe/Sofia' => 'Europe/Sofia',

View File

@ -95,7 +95,7 @@ class ConstantsSeeder extends Seeder
$timezones[] = ['name'=>'Africa/Harare', 'location' => '(GMT+02:00) Harare', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Europe/Helsinki', 'location' => '(GMT+02:00) Helsinki', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Asia/Jerusalem', 'location' => '(GMT+02:00) Jerusalem', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Europe/Kiev', 'location' => '(GMT+02:00) Kyiv', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Europe/Kyiv', 'location' => '(GMT+02:00) Kyiv', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Europe/Minsk', 'location' => '(GMT+02:00) Minsk', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Europe/Riga', 'location' => '(GMT+02:00) Riga', 'utc_offset' => 7200];
$timezones[] = ['name'=>'Europe/Sofia', 'location' => '(GMT+02:00) Sofia', 'utc_offset' => 7200];

File diff suppressed because one or more lines are too long

View File

@ -17405,7 +17405,7 @@ components:
- 56: Africa/Harare
- 57: Europe/Helsinki
- 58: Asia/Jerusalem
- 59: Europe/Kiev
- 59: Europe/Kyiv
- 60: Europe/Minsk
- 61: Europe/Riga
- 62: Europe/Sofia

View File

@ -644,7 +644,7 @@
- 56: Africa/Harare
- 57: Europe/Helsinki
- 58: Asia/Jerusalem
- 59: Europe/Kiev
- 59: Europe/Kyiv
- 60: Europe/Minsk
- 61: Europe/Riga
- 62: Europe/Sofia

View File

@ -77,7 +77,7 @@ class TimeZoneTest extends TestCase
'Africa/Harare' => 'Africa/Harare',
'Europe/Helsinki' => 'Europe/Helsinki',
'Asia/Jerusalem' => 'Asia/Jerusalem',
'Europe/Kiev' => 'Europe/Kiev',
'Europe/Kyiv' => 'Europe/Kyiv',
'Europe/Minsk' => 'Europe/Minsk',
'Europe/Riga' => 'Europe/Riga',
'Europe/Sofia' => 'Europe/Sofia',