记录和打印时间

简介: std::string get_timer() { char szTmp[64] = {0}; struct timeval tv; gettimeofday(&tv, NULL); struct tm tmNow; localtime_r(&tv.

std::string get_timer()

{

char szTmp[64] = {0};

struct timeval tv;

gettimeofday(&tv, NULL);

struct tm tmNow;

localtime_r(&tv.tv_sec, &tmNow);

strftime(szTmp,sizeof(szTmp), "[%Y-%m-%d %H:%M:%S]", &tmNow);

//strftime(szTmp,64,"%H:%M:%S",&ptm);

return temp;

}

原文

http://blog.csdn.net/maocl1983/article/details/6221810

http://www.cnblogs.com/mydomain/archive/2011/09/04/2166577.html

目录
相关文章
|
5月前
|
存储 JSON 数据格式
系统日志使用问题之为什么不要打印重复的日志,如何避免打印重复的日志
系统日志使用问题之为什么不要打印重复的日志,如何避免打印重复的日志
|
7月前
|
弹性计算 运维 Shell
打印各种格式的时间
【4月更文挑战第29天】
43 0
|
7月前
|
JavaScript
记录一些报错记录
记录一些报错记录
60 0
|
Java Shell Perl
从 test.log 中截取当天的所有 gc 信息日志,并统计 gc 时间的平均值和时长最长的时间
从 test.log 中截取当天的所有 gc 信息日志,并统计 gc 时间的平均值和时长最长的时间
110 1
|
Shell Perl
显示上次更新的文件
显示上次更新的文件
65 0
|
Java Shell Perl
从 test.log 中截取当天的所有 gc 信息日志,并统计 gc 时间的平均值和时长最长的时间。
从 test.log 中截取当天的所有 gc 信息日志,并统计 gc 时间的平均值和时长最长的时间。
61 0
|
SQL
根据时间字段删除一定时间内的记录
根据时间字段删除一定时间内的记录
138 0
时间大小判断
大家可以根据自己的理解去使用 before 是在什么之前 after 是在什么之后 true 对 false 错
71 0
时间大小判断
|
Linux SoC 内存技术
secureCRT 日志保存并记录每条记录的时间
secureCRT 日志保存并记录每条记录的时间