Closed FreedomKnight closed 9 years ago
Ha, and I thought you've mistakenly added your own timezone.
It may happend before php 5.5 because empty function only accept variable. So, I change it to use variable now.
Yeah you're right @FreedomKnight , I had the issue with PHP version < 5.3. Thanks for the fix though! Will try it out
It may happend before php 5.5 because empty function only accept variable. So, I change it to use variable now.
hi, i think its' a problem when user didn't set default timezone. I patch a timezone code, and make sample timezone as 'America/New_York' in config.php (I think it's author's time zone, ha)
if there's no timezone setting in config.php, it will use UTC as default.