I added a repeat rule to add Sun and Sat events for next 25 weeks (see attachment BugRR1)
However it seems that it is adding an extra day to the event when storing..
(I have added a dsm to print the field in the node_presave hook)
See attachment (BugRR2). Red Boxes in this attachment show that dates selected were 12/16/2012 and 12/17/2012, which was a sunday and monday (instead of Sat and Sun).

However the node display seems to display the correct date one again (see attachment BugRR3)

Let me know

CommentFileSizeAuthor
BugRR3.png231.11 KBkaavla
BugRR2.png138.47 KBkaavla
BugRR1.png49.33 KBkaavla

Comments

PatchRanger’s picture

Status: Active » Closed (duplicate)

Red Boxes in this attachment show that dates selected were 12/16/2012 and 12/17/2012, which was a sunday and monday (instead of Sat and Sun).

Exceptions are stored using UTC time - that is why you see 12/17/2012. To illustrate what I mean: 2012-02-17 02:00 - 03:00 UTC is the same as 2012-02-16 18:00 - 19:00 in Los Angeles timezone.
The problem is that it adds start date. Besides it everything works fine - doesn't it?
Have a look at #1365516: Start date is not excluded when an exception for it is set - it has a solution. Closing as a duplicate of that.

PatchRanger’s picture

Issue summary: View changes

add more info