Hello,
We have an EE 2.1.3 20101220 site in development and are having an issue with entries being displayed correctly on date pages ex. /events/listings/2012/01/28
Some background information.
* Upgrading to the latest release of EE is not an option so we must fix this in the current version.
* “Allow members to set their own localization preferences?” is set to “no”
* “Server Time Zone” is set to “(UTC -6:00) Central Standard Time”
* “Server Offset (in minutes)” is set to “0”
* “Default Time Formatting” is set to “United States”
* “Daylight Saving Time” is set to “Yes”
* Php info shows “Default timezone” is “America/Chicago”
We have an entry published with the date of “2012-01-28 02:42 AM”
The entry displays on /events/listings/2012/01/27 but not on /events/listings/2012/01/28
Digging through build_sql_query in mod.channel.php the $stime and $etime are correct until they are adjusted for $this->EE->localize->set_localized_offset()
It seems as though something is off and entries are either being localized when they shouldn’t be or are being adjusted incorrectly.
Please let me know if there is any additional information you need.
Thanks!
-Shawn