mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Fix date/time formats broken with login fix
This commit is contained in:
parent
fdbf97b1c6
commit
c97f9d4801
2 changed files with 2 additions and 2 deletions
|
|
@ -752,7 +752,7 @@ void CHD44780::clockInt(unsigned int ms)
|
|||
Time = localtime(¤tTime);
|
||||
}
|
||||
|
||||
setlocale(LC_ALL,"");
|
||||
setlocale(LC_TIME,"");
|
||||
strftime(m_buffer1, 128, "%X", Time); // Time
|
||||
strftime(m_buffer2, 128, "%x", Time); // Date
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue