mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Date/time formatting fixes
This commit is contained in:
parent
6c482b4ccf
commit
d9bcb7f086
2 changed files with 12 additions and 7 deletions
|
|
@ -1142,8 +1142,8 @@ void MainWindowImpl::ConnectOtherSignals()
|
|||
this,
|
||||
[this]()
|
||||
{
|
||||
timeLabel_->setText(QString("%1 UTC").arg(QString::fromStdString(
|
||||
util::TimeString(std::chrono::system_clock::now()))));
|
||||
timeLabel_->setText(QString::fromStdString(
|
||||
util::TimeString(std::chrono::system_clock::now())));
|
||||
timeLabel_->setVisible(true);
|
||||
});
|
||||
clockTimer_.start(1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue