mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-03 05:22:26 +08:00
tc_common.cpp code format
This commit is contained in:
parent
521bc4b44e
commit
cc5e547d1b
@ -519,7 +519,6 @@ string TimezoneHelper::timezone_local;
|
||||
|
||||
int64_t TimezoneHelper::timezone_diff_secs = 0;
|
||||
|
||||
|
||||
int TC_Common::str2tm(const string &sString, const string &sFormat, struct tm &stTm)
|
||||
{
|
||||
char *p = strptime(sString.c_str(), sFormat.c_str(), &stTm);
|
||||
|
Loading…
Reference in New Issue
Block a user