Changeset 566 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Nov 7, 2007, 8:57:44 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r565 r566  
    594594 
    595595  QString txt = _log->toPlainText() + "\n" +
    596      QDate::currentDate().toString("yy-MM-dd ") +
    597      QTime::currentTime().toString("hh:mm:ss ") + msg;
     596     QDateTime::currentDateTime().toUTC().toString("yy-MM-dd hh:mm:ss ") + msg;
    598597  _log->clear();
    599598  _log->append(txt.right(maxBufferSize));
Note: See TracChangeset for help on using the changeset viewer.