# 时间戳与日期互转,含常用时区;自动识别秒/毫秒
$ date +%s (实时)
$ timestamp → date
$ date → timestamp
tip: 时间戳自动识别秒/毫秒;日期按浏览器本地时区解析,换算全程本地完成。