I have the same problem
i create all the recurring event just today (https://www.ilfiume.org/appuntamenti/)
and some event goes right, other goes wrong…
Which version of Events Manager are you using?
Version 5.6.6.1 on multisite (with subdomain) installation wp Version 4.6.1
You can see my reservation calendar here http://trxbezhranic.cz/rezervace/
Is it possible this is a DST changing issue? I’m in Italy and the DST ends just on Sunday 30 October 2016 at 03:00 local daylight time…
Same issue here – I’m testing in Eastern Time (UTC-5). I create a one hour recurring meeting (8:00am – 9:00am) for 5th + 6th November (DST goes off on 6 November). The meeting on 6 November shows as starting at 7:00am – an hour earlier. Why should the time of the meeting change – it’s still going to be at the same time, the clock will change, not the meeting time…
If I change my timezone to a timezone with no DST then the meeting times show up the same for both days…
-
This reply was modified 9 years, 7 months ago by
wedwo.
-
This reply was modified 9 years, 7 months ago by
wedwo.
-
This reply was modified 9 years, 7 months ago by
wedwo.
It’s possible this conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?
I tested it with disabled WP FullCalendar, but the result was negative :-(.
From my test the problem is with the weekly class scheduler plugins:
while active the date of every the single istance of a recurrence (after the timezone DST change) are wrong (a day before).
It’s not a visualizzation problem, the wrong date is in the date box and in the slug of each istance.
I’m going to notificate the issue to the WSC author too…
Any suggestion?
@andreacianni You are right. Thank you đ
Mistake is repaired by disable plugin, but I still must create all reservation from beginning to correct it đ
Have a nice day.
I’ve a BIG problem, the all site is based on the wsc3_classes, the ctp registered by the plugin, and even Events Manager reccuring event point to them!!!
i CANT deactivate the plugins!
Not yet tested default theme / plugin disable but what I’ve found is the following (this may be normal or not)…
When adding a 1 hr recurring event spanning 5 and 6 November from 6am – 7am EST, the wp_em_events table has the following:
Meeting1:
event_start_date = 2016-11-05
event_end_date = 2016-11-05
event_start_time = 06:00:00
event_end_time = 07:00:00
event_start_time_gmt = 2016-11-05T10:00:00.000Z
event_end_time_gmt = 2016-11-06T00:00:00.000Z
Meeting 2:
event_start_date = 2016-11-06
event_end_date = 2016-11-06
event_start_time = 06:00:00
event_end_time = 07:00:00
event_start_time_gmt = 2016-11-06T10:00:00.000Z
event_end_time_gmt = 2016-11-07T00:00:00.000Z
Why does GMT time show 10am – 12am (2 hours) when it’s an hour long meeting?
Why does event_end_time_gmt show the following day while event_end date shows the same day?
I’m on 5.6.4
Thanks in advance!
Never mind… it seems the module has been customized on our end by another set of developers. Please ignore my posts!