Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Can you provide a step-by-step instruction on how to replicate this issue (i.e. what values you are entering where?)

    Thanks!

    Thread Starter hueblueblue

    (@hueblueblue)

    Hi,Stephen
    Thank you for the reply.

    I’ll explain it.
    (My environment is displayed in Japanese.
    It may be different from right notation, because I translated some words.)

    My setting
    Event Name : Test
    Start Date/Time : 01-07-2014
    End Date/Time : 31-07-2014
    then, Check All Day

    Reoccurence Once

    Page (named Event)
    I paste the shortcoad below
    [eo_fullcalendar]

    and I check the page Event, then

    Test is from 01-07-2014 to 01-08-2014(not 31-07-2014)

    Thank you for your help.

    Plugin Author Stephen Harris

    (@stephenharris)

    Thanks! I can confirm there is a bug relating to events which on the last day of the month. I believe the bug was introduced in the 2.8.* releases. There shall be an update shortly.

    Apologies for any inconvenience caused and thank you for bringing this bug to my attention.

    Plugin Author Stephen Harris

    (@stephenharris)

    Just a second update here. It appears the cause of the bug is actually a bug with PHP, which incorrectly calculates differences between dates when using certain timezones.

    It seems to affect events which are close to being an exact number of months apart (i.e. 1st of a month to last date of a month).

    Fortunately, the function used for this calculation is php 5.3 only, so there is a php 5.2 workaround already in the plug-in. As such the fix is simple: use the php5.2 workaround regardless of php version.

    There’ll be an update in the next day or so.

    Plugin Author Stephen Harris

    (@stephenharris)

    Thread Starter hueblueblue

    (@hueblueblue)

    Hi, Stephen
    I am grateful for your speedy response.

    I tried it, but it does not seem to change in my environment.
    It becomes from 01-07-2014 to 01-08-2014.

    Thank you.

    Plugin Author Stephen Harris

    (@stephenharris)

    Try with a new event – or change the dates involved. The data is incorrect in the database, and the plug-in will only update that data if it recognises that it needs to. If you’re just clicking update without changing the dates, then it will not update the data.

    Thread Starter hueblueblue

    (@hueblueblue)

    I trid a new event and it worked good!

    I am very grateful for your response.
    Thank you, Stephen!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘End-date is wrong’ is closed to new replies.