mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
parent
29dd33d6a4
commit
edbecc8708
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static void replaceAllLayout(std::string& str) {
|
||||||
|
|
||||||
static bool logMissingTzOnce = true;
|
static bool logMissingTzOnce = true;
|
||||||
static std::string getTime() {
|
static std::string getTime() {
|
||||||
const auto PCURRENTTZ = (true) ? nullptr : std::chrono::current_zone();
|
const auto PCURRENTTZ = std::chrono::current_zone();
|
||||||
const auto TPNOW = std::chrono::system_clock::now();
|
const auto TPNOW = std::chrono::system_clock::now();
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue