Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    May be a timezone related issue? Did you configured your timezone in WP setting? I haven’t seen any issues like that. Server timezone and WP timezone may be creating problem perhaps, not sure though.

    Thread Starter DPartridge

    (@dpartridge)

    Tareq,

    Could be it… there is definitely a difference between the two. Will get server time to match up… thanks for the reply.

    D

    I’m encountering the same issue. The dates selected for milestones and to-do tasks are saved with one day less than what I have selected/typed. However, the date and time stamps for transactions (message posts, to-do lists, etc.) are correct on the activity screen.

    My timezone in WordPress is set correctly to the New York (Eastern TIme) timezone.

    Any idea as to how this can be resolved?

    Thanks,

    Jim

    Thread Starter DPartridge

    (@dpartridge)

    I hadn’t come back in and let Tareq know there was still an issue on my side. Both times and time zone match up on my server Tareq… and the plugin is losing a day in the deadline for any task everytime I update it.

    Plugin Author Tareq Hasan

    (@tareq1988)

    It’s working well in my machine. Seems like I am unable to reproduce the bug.

    I am experiencing exactly the same thing as DPartridge. It’s a great plugin and I would love to use it for home and my business. This is the only show-stopper I’ve encountered. There is another little annoyance that I can work around, but I don’t have the time at the moment to describe the issue. I will try to do that later this evening.

    Great job, thus far Tareq… I look forward to getting this one issue resolved so we can really start using it.

    Tareq, let me know how I can reach you by email or instant messenger and I will be happy to grant you access to my site to troubleshoot the problem.

    Thanks,

    Jim

    I have the same issue.
    In addition, if the Milestone date is left blank, it will appear as a date of 1969.

    Same issue on new 3.5.1 install, timezone configured as Eastern in WP Settings.

    ISSUE: Project automatically subtracts 1 day from “due-date”, i.e. if due date is 06/07/2013, upon save, plugin makes due-date 06/06/2013

    I encountered the same issue. Changing the pm_date2mysql function in functions.php seemed to resolve the issue.

    Try changing

    ( get_option( ‘gmt_offset )

    to

    ( get_option( ‘timezone_string’ )

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Date Issue’ is closed to new replies.