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
| Comment | File | Size | Author |
|---|---|---|---|
| BugRR3.png | 231.11 KB | kaavla | |
| BugRR2.png | 138.47 KB | kaavla | |
| BugRR1.png | 49.33 KB | kaavla |
Comments
Comment #1
PatchRanger commentedExceptions 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.
Comment #1.0
PatchRanger commentedadd more info