linux如何获取时间戳

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

linux中获取时间戳的方法:1、打开linux终端;2、在终端命令行中输入“date”命令进行获取时间戳即可。

linux如何获取时间戳

具体操作步骤:

1、在linux系统桌面中使用快捷键【Ctrl+Alt+T】打开linux终端命令行模式。

2、在linux终端命令行中输入以下命令进行获取时间戳即可。

#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


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

推荐阅读: linux如何更改系统时区