#include namespace tbox { namespace main { std::string GetAppBuildTime() { return std::string(__DATE__) + " " + __TIME__; } } }