当前位置:网站首页>date command
date command
2022-08-01 01:10:00 【HUAWEI CLOUD】
时间相关的指令
date显示
语法:date 选项 格式
功能:用于显示时间,设置时间,完成时间与时间戳之间的相互转换等
用途
1.在显示方面,使用者可以设定欲显示的格式,格式设定为一个加号,后接数个标记,其中常用的标记列表如下
%H : 小时(00~23)
%M : 分钟(00…59)
%S : 秒(00…61)
%X : 相当于 %H:%M:%S
%d : 日 (01…31)
%m : 月份 (01…12)
%Y : 完整年份 (0000…9999)
%F : 相当于 %Y-%m-%d
用途2.在设定时间方面
date -s :设置当前时间,只有root权限才能设置,Other ordinary users can only view.
date -s 20080523 //set the date to20080523,这样会把具体时间设置成空00:00:00
date -s 01:01:01 //设置具体时间,不会对日期做更改
date -s “01:01:01 2008-05-23″ //This allows you to set the date and time at the same time
date -s “01:01:01 20080523″ //This allows you to set the date and time at the same time
date -s “2008-05-23 01:01:01″ //This allows you to set the date and time at the same time
date -s “20080523 01:01:01″ //This allows you to set the date and time at the same time
用途3.时间戳 完成时间与时间戳之间的相互转换
什么是时间戳: 当前时间和计算机起始时间(1970年1月1日)的差值,单位为秒
Unix时间戳(英文为Unix epoch, Unix time, POSIX time 或 Unix timestamp)是从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数,不考虑闰秒.
1)时间->时间戳:date +%s
时间戳: 1970/01/01/00:00累计到现在的秒数,给程序看的
2)时间戳->时间:date [email protected]
边栏推荐
- cmake入门学习笔记
- 欧拉系统(euleros):升级Mysql
- /usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*Solution
- MYSQL查询截取优化分析
- Application of integrated stepper motor in UAV automatic airport
- MYSQL主从复制
- 微信小程序之小程序页面语法
- WeChat applet page syntax
- Modern Enterprise Architecture Framework 1
- What practical projects can machine learning beginners learn?
猜你喜欢
SC7A20(士兰微-加速度传感器)示例
VPGNet
MYSQL查询截取优化分析
MYSQL逻辑架构
【数据分析】基于matlab GUI学生成绩管理系统【含Matlab源码 1981期】
Super like the keyboard made from zero, IT people love it
Notes on how to use zeno
Matlab/Arcgis processing nc data
如何编辑epub电子书的目录
Kyoto University: Masaki Waga | Dynamic Masking for Reinforcement Learning in Black Box Environments
随机推荐
An open source and easy-to-use flowchart drawing tool drawio
类和对象:中
Notes on how to use zeno
vector的基本实现
js 实现复制功能
SC7A20(士兰微-加速度传感器)示例
WAASAP WebClient UI页面标签的决定逻辑介绍
Super like the keyboard made from zero, IT people love it
July Bootcamp (Day 31) - Status Compression
Rasa 3.x Learning Series - Using Lookup Tables to Improve Entity Extraction
Js replication
Introduction to the decision logic of WAASAP WebClient UI page labels
mySql data view
500 miles
RTL8762DK UART (two)
Force buckle 2326, 197
高维高斯分布基础
Academicians of the two academies speak bluntly: Don't be superstitious about academicians
七月集训(第31天) —— 状态压缩
/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*Solution