Home | Mirror | Search

第 25 章 date and time

目錄

1. 日期格式
2. -d --date=
2.1. 日期偏移量
2.1.1. day
2.1.2. month
2.1.3. year
2.2. 時間偏移
3. weekday name
4. UTC

1. 日期格式

2010/06/18 17:57:38

$ date '+%Y/%m/%d %H:%M:%S'
		

2010-06-18 17:57:58

$ date '+%Y-%m-%d %H:%M:%S'	
		
$ date +'%Y-%m-01 00:00:01'
2010-10-01 00:00:01	
		
comments powered by Disqus