mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
FileUtils, some typos fixes
This commit is contained in:
@@ -11,9 +11,17 @@ void reconfigTime();
|
||||
/*
|
||||
* Получение текущего времени
|
||||
*/
|
||||
String GetTime();
|
||||
String getTime();
|
||||
/*
|
||||
* Получаем время в формате linux gmt
|
||||
*/
|
||||
String getTimeUnix();
|
||||
|
||||
String GetTimeUnix();
|
||||
/*
|
||||
* Параметр время
|
||||
* Результат выполнения
|
||||
*/
|
||||
boolean getUnixTimeStr(String&);
|
||||
|
||||
String GetTimeWOsec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user