Commit 69963bb0 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Set timezone of new date formatter.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1719 b35dd754-fafc-0310-a699-88a17e54d16e
parent 92d435b3
......@@ -44,6 +44,7 @@ public class HistoryRequest {
private static final DateFormat delayedFormatter = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
static {
delayedFormatter.setTimeZone(TimeZone.getTimeZone("GMT+0"));
formatter.setTimeZone(TimeZone.getTimeZone("UTC"));
}
private int maxChars = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment