Hello,
I upgrade my mantis to 1.2.2.
My older version mantis use datetime format in db but now it is using int.
As i am using whole my old database with newer version files, and in old database date is stored in dateformat(2010-08-01 00:00:00) but this newer version using timestamp in files and due to this it is not showing correct date.
I did all the necessary steps, and now i am struggling with date issues
Only the thing is pending that it is not showing correct date because newer version is using timestamp.
Can anyone let me know the files where I have to do changes.
What all the necessary steps i have to do
Thanks
Ankush
Timestamp Issue
Moderators: Developer, Contributor
Re: Timestamp Issue
I don't understand this sentence.ankush wrote: As i am using whole my old database with newer version files,
You can't use new MantisBT 1.2.2 PHP files (is this what you mean with newer version files) with an older database (maybe 1.1.x?) because there are changs in database schema (not just the changes in date but also others)
Re: Timestamp Issue
I upgrade my old mantis with new version.
Old version using datetime format to store date in database whereas new version using INT format to store date in database.
And due to this date is coming in correct at display side
Old version using datetime format to store date in database whereas new version using INT format to store date in database.
And due to this date is coming in correct at display side
Re: Timestamp Issue
Which date we are talking about? All or "Date submitted", "last Update", date entries in history, dates of notes?ankush wrote: And due to this date is coming in correct at display side
Are the dates also wrong when entering new issues or only the dates of issues which where entered with older version of MantisBT?