当前位置:网站首页>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]
边栏推荐
猜你喜欢
微信小程序之小程序页面语法
Matlab / Arcgis处理nc数据
STK8321 I2C (Shengjia-accelerometer) example
Southern University of Science and Technology: Xiaoying Tang | AADG: Automatic Enhancement for Generalization in the Field of Retinal Image Segmentation
Google engineer fired for claiming AI awareness: breach of nondisclosure agreement
RTL8762DK UART(二)
Matlab/Arcgis processing nc data
Modern Enterprise Architecture Framework 1
南方科技大学:Xiaoying Tang | AADG:视网膜图像分割领域泛化的自动增强
JVM面试题总结(持续更新中)
随机推荐
Force buckle 2326, 197
cmake入门学习笔记
Google "Cloud Developer Quick Checklist"; Tsinghua 3D Human Body Dataset; SenseTime "Universal Vision Framework" open class; Web3 Minimalist Getting Started Guide; Free Books for Efficient Deep Learni
MYSQL查询截取优化分析
SC7A20 (Silan Micro-Accelerometer) Example
Binary tree traversal non-recursive program -- using stack to simulate system stack
RTL8762DK PWM(七)
Application of integrated stepper motor in UAV automatic airport
OSD read SAP CRM One Order application log way of optimization
Web API Introduction and Types
RTL8762DK Lighting/LED (3)
ROS2系列知识(4): 理解【服务】的概念
Compose原理-视图和数据双向绑定的原理
【历史上的今天】7 月 31 日:“缸中之脑”的提出者诞生;Wi-Fi 之父出生;USB 3.1 标准发布
Modern Enterprise Architecture Framework 1
Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
July Bootcamp (Day 31) - Status Compression
Web3.0:构建 NFT 市场(一)
Luogu P3373: Segment tree
Nmap 操作手册 - 完整版