Page MenuHomePhabricator

Date picker always picks date in current week
Closed, ResolvedPublic2 Estimated Story Points

Description

Odd one. When picking a date from the "sent" dropdown, it will always pick a date from the current week.

  • Example action: User clicks March 2, 2018 (a Friday) today (March 21).
  • Expected result: Tool inputs "03/02/2018" as a date.
  • Actual result: Tool inputs "03/23/2018" as a date (the Friday in the week of March 21).

It carries over to other months too:

  • Example action: User clicks February 2, 2018 (a Friday) today (March 21).
  • Expected result: Tool inputs "02/02/2018" as a date.
  • Actual result: Tool inputs "02/23/2018" as a date (the Friday in the week of February 21).

If the user attempts to type the date in manually, it bounces back to the incorrect date anyway.

Event Timeline

@dbarratt Any idea what's going on here? It seems to have something to do with the "time" selector alongside, possibly this is to do with timezone issues.

dbarratt moved this task from Backlog to Bugs on the Wikimedia-Takedown-Tools board.

This is preventing us from filing takedowns as it stands. @dbarratt / @TBolliger could we up the priority here?