Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Apr 18, 2021
1 parent f6c2333 commit 1b0c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/MySQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ MySQL 提供了两种相似的日期时间类型:DATETIME 和 TIMESTAMP。

它与时区无关

默认情况下MySQL 以一种可排序的无歧义的格式显示 DATETIME 例如2008-01-16 22\<span\>:\</span\>37\<span\>:\</span\>08”,这是 ANSI 标准定义的日期和时间表示方法
默认情况下MySQL 以一种可排序的无歧义的格式显示 DATETIME 例如2008-01-16 22:37:08”,这是 ANSI 标准定义的日期和时间表示方法

#### 2. TIMESTAMP

Expand Down

0 comments on commit 1b0c341

Please sign in to comment.