📌  相关文章
📜  unix 以毫秒为单位获取纪元 shell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:44.511000             🧑  作者: Mango

代码示例1
date +"%T.%6N" # returns the current time with nanoseconds rounded to the first 6 digits, which is microseconds
# In general, every field of the `date` command's format can be given an optional field width..