Forums
(@wolfspire3)
12 years, 11 months ago
I encountered the same issue. Changing the pm_date2mysql function in functions.php seemed to resolve the issue.
Try changing
( get_option( ‘gmt_offset )
to
( get_option( ‘timezone_string’ )