← Back to team overview

mahara-contributors team mailing list archive

[Bug 1846750] Re: Datepicker saves wrong date (1 day back)

 

Hi mafen

The patch for another fix relating to plans / tasks may have fixed this
issue

https://reviews.mahara.org/#/c/10501/7

As it had some code relating to the 'Europe/Berlin' timezone that has
now been removed

It was relating to a Mahara function getCurrentTerm()

So maybe alter the code to avoid using that function and see if that
makes a difference

Cheers

Robert

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1846750

Title:
  Datepicker saves wrong date (1 day back)

Status in Mahara:
  Incomplete

Bug description:
  When creating a new 'task' under 'plans'
  (/artefact/plans/new.php?id=xxxxx) or editing a task
  (/artefact/plans/edit/task.php?id=xxxx) the date i select for
  'completion date' is being saved incorrectly.

  I select '2019/10/31' in the datepicker.
  The input field shows '2019/10/31' correctly.
  After I click 'save task' it then shows '2019/10/30' in the task overview. (which is one day before my selected date)

  This only happens when I select a date which is in winter time (Winterzeit MEZ: UTC+1)
  It doesn' happen when I select a date which is in summer time (Sommerzeit MESZ: UTC+2)

  Under siteconfiguration i have set country and timezone correctly.

  I can imagine thatthe problem is somewhere in the conversion to UTC,
  but i dont know how to fix it in my case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1846750/+subscriptions


References