This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ba6143ab75
tldr
/
pages.zh
/
osx
/
date.md
393 B
Raw
Blame
History
date
设置或显示系统日期.
使用默认区域设置的格式显示当前日期 :
date +"%c"
以 UTC 和 ISO 8601 格式显示当前日期:
date -u +"%Y-%m-%dT%H:%M:%S%Z"
将当前日期显示为 unix 时间戳(自 1970-01-01 00:00:00 以来的秒数)
date +%s
使用默认格式显示特定日期(格式化指定 UNIX 时间戳):
date -r 1473305798