Hi,
I have set “Localization Settings > Server Time Zone” as “(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time”.
Then, the calendar’s display of ‘today’ and ‘entry date’ progress from my server time for 9 hours.
Is this a bug?
It become a normal display if it hucks as follows.
expressionengine > modules > channel > mod.channel_calendar.php
line 617
$d = date(‘d’, $this->EE->localize->set_localized_time($row[‘entry_date’] - 32400));
line 650
$today = getdate($this->EE->localize->set_localized_time($this->EE->localize->now - 32400));
Is there any method without huck?
Please let me know.
sakana
under use EE v2.1.0 Build:20100810