Default SET format is “MMDDhhmm[[CC]YY][.ss]”, that’s (2 digits each) month, day, hour (0-23), and minute. Optionally century, year, and second.

Example

1
2
3
4
5
6
7
8
9
10
date -u 040714441916.00

# Explain:
# 04 : 四月
# 07: 七日
# 14: 下午兩點
# 44: 四十四分
# 19: 20世紀 (0-based)
# 16: 16年
# 00: 0 秒