#pragma once
#include <iostream>
#include <chrono>
namespace CVrDateUtils
{
/**
* 获取时间年月日时分秒
*/
std::string GetNowTime();
};