Fix timezone
This commit is contained in:
parent
e4c8fa8a57
commit
ba770cb87d
|
|
@ -190,6 +190,8 @@ Configure::write('Tailscale.autoCreateUsers', false);
|
||||||
*/
|
*/
|
||||||
Configure::write('Tailscale.defaultAccessLevel', 'user');
|
Configure::write('Tailscale.defaultAccessLevel', 'user');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set timezone to Australian Eastern Time
|
||||||
|
* This handles both AEST and AEDT (daylight saving) automatically
|
||||||
|
*/
|
||||||
|
date_default_timezone_set('Australia/Sydney');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue