|
@@ -105,7 +105,7 @@ int64 module::globalfuncs::now_msec()
|
|
|
{
|
|
{
|
|
|
return time::now_msec();
|
|
return time::now_msec();
|
|
|
}
|
|
}
|
|
|
-std::string file_last_modify_time(const std::string& filepath)
|
|
|
|
|
|
|
+std::string module::globalfuncs::file_last_modify_time(const std::string& filepath)
|
|
|
{
|
|
{
|
|
|
auto ftime = std::filesystem::last_write_time(filepath);
|
|
auto ftime = std::filesystem::last_write_time(filepath);
|
|
|
// 把 file_time_type 转为 system_clock::time_point
|
|
// 把 file_time_type 转为 system_clock::time_point
|