trac-code-comments-plugin icon indicating copy to clipboard operation
trac-code-comments-plugin copied to clipboard

Comment timestamps don't respect users time zone

Open SebDieBln opened this issue 7 years ago • 1 comments

The timestamps shown for each comment should be in the timezone the current user has selected in the preferences, as are all other timestamps in Trac. However, timestamps for comments at the moment are always shown as UTC (or the timezone the server running Trac is configured for?).

SebDieBln avatar Dec 14 '17 20:12 SebDieBln

Usage of trac.util.datefmt probably is the accepted way of accomplishing the expected behaviour.

SebDieBln avatar Dec 14 '17 20:12 SebDieBln