mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
move toEpoch to helpers.cpp, use strptime
This commit is contained in:
@@ -47,6 +47,7 @@ std::string getFileName(std::string &file);
|
||||
std::string getFileExt(std::string &file);
|
||||
std::string getNowTimeStr(const char* format);
|
||||
std::string trim(std::string &str, const std::string &trimChars = " \n\r\t");
|
||||
time_t toEpoch(std::string &date);
|
||||
|
||||
class CFileHelpers
|
||||
{
|
||||
|
Reference in New Issue
Block a user