DU4L / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
GNU General Public License v3.0
0 stars 0 forks source link

Selecting an already selected date in the date picker selects "1899/12/31 00:00" instead. #53

Open frereit opened 2 years ago

frereit commented 2 years ago

Steps to reproduce:

  1. Go to the Edit CTF dialog by creating a new CTF.
  2. Select a start date image
  3. Click the selected date image
  4. Observe that the date jumps to "1899/12/31 00:00".
frereit commented 2 years ago

This seems to be a bug caused by the date format used.

The value is stored as a string, and reading it back to a Date fails, so the picker defaults to 1899.

JM-Lemmi commented 2 years ago

The fuck is this bug lol