Linux date对时间戳的转换

简介: Linux date对时间戳的转换
]# date -d @1627364669 '+%Y-%m-%d %H:%M:%S'
2021-07-27 13:44:29
]# date +%s
1627364738
# 指定日期转时间戳
date -d 20220101 +"%s"
1640995200
相关实践学习
CentOS 7迁移Anolis OS 7
龙蜥操作系统Anolis OS的体验。Anolis OS 7生态上和依赖管理上保持跟CentOS 7.x兼容,一键式迁移脚本centos2anolis.py。本文为您介绍如何通过AOMS迁移工具实现CentOS 7.x到Anolis OS 7的迁移。
目录
相关文章
|
7月前
|
存储 安全 数据管理
Linux文件时间戳:解析时区与修改时间的相互作用
Linux文件时间戳:解析时区与修改时间的相互作用
144 2
|
7月前
|
Linux
Linux命令(104)之date
Linux命令(104)之date
71 1
|
7月前
|
Linux
Linux系统之date命令的基本使用
Linux系统之date命令的基本使用
88 3
|
6月前
|
Linux
linux centos history 查看命令历史 显示时间戳
linux centos history 查看命令历史 显示时间戳
315 1
|
3月前
|
Linux Shell
10-8|linux date设置时间
10-8|linux date设置时间
|
5月前
|
Linux Shell
linux date格式化获取时间
linux date格式化获取时间
67 1
|
6月前
|
安全 Linux 测试技术
|
7月前
|
Linux
Linux:时间指令 - cal & date
Linux:时间指令 - cal & date
55 2
|
7月前
|
Linux
Linux 指令|date|cal|find|grep|热键
Linux 指令|date|cal|find|grep|热键
|
7月前
|
安全 Linux 开发工具
Linux中可引起文件时间戳改变的相关命令
【4月更文挑战第12天】Linux中可引起文件时间戳改变的相关命令
82 0