mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-28 19:03:21 +03:00
Merge pull request #1519 from sudwebdesign/develop-get_default_timezone-from-php
Fix App lib Timezones::get_default_timezone() always UTC
This commit is contained in:
commit
9824095cfa
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ class Timezones
|
|||
*/
|
||||
public function get_default_timezone(): string
|
||||
{
|
||||
return 'UTC';
|
||||
return date_default_timezone_get();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue