Thank you anmari
I noticed this back in mid October timeframe. The widget worked fine. When I looked at the LIST DISPLAY it was off by one day. I have been looking thru all the code and the discussion about UTC, GMT and Multisite updates. Oh what a can o worms. Anyway one of the ical files i use is Google’s Holidays and with TIMEZONE set to Los Angeles, LIST DISPLAY shows MLK day on Sunday the 18th, -1 day. When I set TIMEZONE to UTC -8 LIST DISPLAY shows the correct Date as Monday the 19th. It is a date issue not a DST/STD time issue. I hope i have been more clear this time. I am not sure if it is a problem with your plugin or with CORE’s way of handling it’s DATETIME() function. This may help>>>
<<< ?tzdebug Example 1 >>>
Link Events Calendar
Found gmt offset in wordpress options:-8
Plugin/Wordpress Timezone:America/Los_Angeles, current offset is -8
date=object(DateTime)#228 (3) { [“date”]=> string(19) “2015-01-19 00:00:00” [“timezone_type”]=> int(3) [“timezone”]=> string(19) “America/Los_Angeles” }
set tz for: 2015-01-19T00:00:00-08:00
2015-01-19T00:00:00-08:00
Want to format 20150119 000000 in c like this 2015-01-19T00:00:00-08:00 but localised
Localised with gmt=false: 2015-01-19T00:00:00+00:00
Localised with gmt=true: 2015-01-19T00:00:00+00:00
Localised with amr date obj fn: Mon, January 19, 2015 12:00 am
<<< ?tzdebug Example 2 >>>
Tz string:America/Los_Angeles
Plugin/Wordpress Timezone:America/Los_Angeles, current offset is -8
date=object(DateTime)#228 (3) { [“date”]=> string(19) “2015-01-19 00:00:00” [“timezone_type”]=> int(3) [“timezone”]=> string(19) “America/Los_Angeles” }
set tz for: 2015-01-19T00:00:00-08:00
2015-01-19T00:00:00-08:00
Want to format 20150119 000000 in c like this 2015-01-19T00:00:00-08:00 but localised
Localised with gmt=false: 2015-01-18T16:00:00-08:00
Localised with gmt=true: 2015-01-18T16:00:00-08:00
Localised with amr date obj fn: Mon, January 19, 2015 12:00 am
set tz for: 2015-01-19T00:00:00-08:00
2015-01-19T00:00:00-08:00
Want to format 20150119 000000 in D\&\n\b\s\p\;jS\&\n\b\s\p\;M like this Mon 19th Jan but localised
Localised with gmt=false: Sun 18th Jan
Localised with gmt=true: Sun 18th Jan
Localised with amr date obj fn: Mon, January 19, 2015 12:00 am
>>>once again many thanks for such a useful plugin and all your help<<<