Dates in SQL / Changing Default Year.
Posted: 02 Jul 2022, 18:06
Does anyone know how Mantis saves the dates in sql ? Because the string is pretty illogical to me.
I am looking to change the year of previous bugs and I am stumped.
Becomes :
2021-09-30 16:00
Becomes
2009-01-26 23:53
Side note, does anyone have an idea on how to override the default (actual year) and replace this with lets say 2021?
I use version 2.25.2 mantis
10.3.35-MariaDB-cll-lve
hosted on linux
I am looking to change the year of previous bugs and I am stumped.
Code: Select all
1633032033 2021-09-30 16:00
Code: Select all
12330320332009-01-26 23:53
Side note, does anyone have an idea on how to override the default (actual year) and replace this with lets say 2021?
I use version 2.25.2 mantis
10.3.35-MariaDB-cll-lve
hosted on linux