ubuntu如何获取时间戳

1329
2021/2/24 19:09:20
栏目: 智能运维
开发者测试专用服务器限时活动,0元免费领,库存有限,领完即止! 点击查看>>

ubuntu如何获取时间戳

ubuntu获取时间戳的方法:

1.打开终端命令行模式。

2.直接执行“date”命令进行获取。

#用法

date [OPTION]... [+FORMAT]

date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]

#示例

[admin@localhost testing]$ date

Mon Mar 27 17 :50:39 PDT 2017

相关命令:

date指定格式显示时间。

[admin@localhost testing]$ date +%Y-%m-%d

2020-02-20

[admin@localhost testing]$ date +%Y:%m:%d

2020 :02:20

[admin@localhost testing]$

辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

推荐阅读: ubuntu服务器怎样进行用户管理