Search found 3 matches

by ankush
04 Aug 2010, 07:08
Forum: Help
Topic: Timestamp Issue
Replies: 3
Views: 3221

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
by ankush
04 Aug 2010, 06:32
Forum: General Discussion
Topic: M 1.2.0rc2 - Back from INT to DATETIME
Replies: 4
Views: 4556

Re: M 1.2.0rc2 - Back from INT to DATETIME

Got any solution?
by ankush
04 Aug 2010, 06:30
Forum: Help
Topic: Timestamp Issue
Replies: 3
Views: 3221

Timestamp Issue

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 ...