Change date/time formats
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Apr 2013 20:57:21 +0000 (22:57 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Apr 2013 20:57:21 +0000 (22:57 +0200)
commit55dca474dbeb2cebaec98493677e03f56fac39c6
treecb2d27e67300cdf67bcb9653f320b04975f478d1
parent066490586148c2170446cfff300afd6e05e6a0e5
Change date/time formats

As some date strings are generated core-side, and servers might have set
a different locale than connected clients, we would like to avoid localized
date strings. As Qt4 also doesn't allow to display a time zone (offset) without
also localizing the string, we convert all core-side times into UTC and display
them in ISO format.

The daychange message, however, is generated client-side and thus can be shown
according to application or system locale.
 we would like to avoid localized
dates
src/core/eventstringifier.cpp
src/uisupport/uistyle.cpp