From 5df4fb96f84a33bed2682188d638b06810b80f91 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 18 Sep 2011 14:39:50 +1000 Subject: [PATCH] XTicker Fix #2 - Temporary show hours after date --- Graphs/gXAxis.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphs/gXAxis.cpp b/Graphs/gXAxis.cpp index ac9df727..676416df 100644 --- a/Graphs/gXAxis.cpp +++ b/Graphs/gXAxis.cpp @@ -175,8 +175,8 @@ void gXAxis::paint(gGraph & w,int left,int top, int width, int height) if (fitmode==0) { int d=(j/1000); - QDateTime dt=QDateTime::fromTime_t(d); - tmpstr=dt.toString("MMM dd"); + QDateTime dt=QDateTime::fromTime_t(d).toUTC(); + tmpstr=dt.toString("MMM dd hh"); //} else if (fitmode==0) { // tmpstr=QString("%1 %2:%3").arg(dow[d]).arg(h,2,10,QChar('0')).arg(m,2,10,QChar('0')); } else if (fitmode==1) { // minute