Question
I have problems on Date.
I had correct date displayed when I use COMMENT
as following:
05 Jan 2007 - 09:59
I had incorrect date displayed when I use
COMMENT{type="threadmode"}
as following:
04 Jan 2007
Also when I created a new topic the Your signature to copy/paste showed
04 Jan 2007 which is incorrect too.
Environment
--
XiaojingLi - 04 Jan 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
The date is based on GMT, depending where you are the day could be off by one. Run configure to set the display time. The default formats of
CommentPlugin posts are defined at
CommentPluginTemplate, you can overload that at
UserCommentsTemplate (both examples apply to TWiki 4.0 at twiki.org.)
--
PeterThoeny - 04 Jan 2007
thank you very much! I am now using servertime instead which solved my problem.
--
XiaojingLi - 05 Jan 2007