trac-code-comments-plugin
                                
                                 trac-code-comments-plugin copied to clipboard
                                
                                    trac-code-comments-plugin copied to clipboard
                            
                            
                            
                        Comment timestamps don't respect users time zone
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?).
Usage of trac.util.datefmt probably is the accepted way of accomplishing the expected behaviour.