add todos
This commit is contained in:
parent
514e2ebc18
commit
212b6b732d
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ class Timezones
|
||||||
protected array $timezones = [
|
protected array $timezones = [
|
||||||
'UTC' => [
|
'UTC' => [
|
||||||
'UTC' => 'UTC',
|
'UTC' => 'UTC',
|
||||||
|
// 'Türkiye' => 'Istanbul (+3:00)', // TODO add this line in proper way
|
||||||
],
|
],
|
||||||
'America' => [
|
'America' => [
|
||||||
'America/Adak' => 'Adak (-10:00)',
|
'America/Adak' => 'Adak (-10:00)',
|
||||||
|
@ -530,7 +531,7 @@ class Timezones
|
||||||
*/
|
*/
|
||||||
public function get_default_timezone(): string
|
public function get_default_timezone(): string
|
||||||
{
|
{
|
||||||
return 'UTC';
|
return 'UTC'; // TODO change this to +3 in proper way
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue