•  
      request #10576 "Start Date" is resulting in wrong a value
    Infos
    #10576
    Alan Jones Rios (allanjones93)
    2017-08-23 09:44
    2017-08-18 14:11
    10821
    Details
    "Start Date" is resulting in wrong a value
    When I change the start date of a Release or a Sprint, this happens:

    I set to (for example) 20-12-2017, but when I save, It changes automatically to 19-12-2017.
    ( Like: MY_DATE_DAY -1 ) Always.

    The funny thing is that if u keep open the Edit and just save(without any alteration) it will keep reducing the date(-1). (19,18,17,16,...)

    This makes me crazy.
    Agile Dashboard
    9.11
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    When I save without changes and open again, my date is one day wrong.
    References
    References list is empty

    Follow-ups

    User avatar
    Hi,

    I can't reproduce it on my side even after having changed my timezones.
    To help me debug, can you send me the result of following query? (please replace <artifact_id> with a sprint or release where you encounter the issue)
    SELECT *
    FROM tracker_changeset
    INNER JOIN tracker_changeset_value ON tracker_changeset.id = tracker_changeset_value.changeset_id
    INNER JOIN tracker_changeset_value_date ON tracker_changeset_value.changeset_id = tracker_changeset_value_date.changeset_value_id
    WHERE tracker_changeset.artifact_id = <artifact_id>

    Best regards
    User avatar
    Hi,

    Can you give me the timezone of your user in Tuleap? (you can find it in your user profile).

    Best regards
    User avatar
    Hello,

    I think it's a timezone issue can you please provide me your user timezone and your server timezone?

    Best regards