Time Zone Issues

Permalink
I am having issues with time zones and advanced permissions. I have the timezone set in the config/site.php file
define('APP_TIMEZONE','America/Chicago');

I also have user defined time zones enabled and the time zone for the super user set to America/Chicago. The page creation time saves and edits properly, but when I go into advanced permissions and set the time, then go back to check it, it is off by 5 hours, which is the timezone offset. The server time is set to the correct time.

Does anyone have a solution to fix this?

I have tried all combinations of removing the APP_TIMEZONE from the config file, turning off user defined time zones, and changing the user's timezone to UTC or America/Chicago, and nothing allows both the page permissions and the page creation time to both work properly at the same time. I am at a loss as to how to fix this. Any help is greatly appreciated!

ScottSandbakken