言寸

导航

2019年8月6日 #

centos 7.2 查看时间,精确到毫秒级别

摘要: [root@ ~]# date +'%x %X.%N' 2019年08月06日 11时25分13秒.193666438 [root@commonTest ~]# date --help 用法:date [选项]... [+格式] 或:date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] Display the current time in... 阅读全文

posted @ 2019-08-06 11:59 言寸 阅读(2522) 评论(0) 推荐(0)

mysql-时间格式

摘要: %a 缩写星期名 %b 缩写月名 %c 月,数值 %D 带有英文前缀的月中的天 %d 月的天,数值(00-31) %e 月的天,数值(0-31) %f 微秒 %H 小时 (00-23) %h 小时 (01-12) %I 小时 (01-12) %i 分钟,数值(00-59) %j 年的天 (001-3 阅读全文

posted @ 2019-08-06 11:09 言寸 阅读(257) 评论(0) 推荐(0)