Skip to content

Commit 1b0c341

Browse files
committed
auto commit
1 parent f6c2333 commit 1b0c341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/MySQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ MySQL 提供了两种相似的日期时间类型:DATETIME 和 TIMESTAMP。
332332

333333
它与时区无关。
334334

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

337337
#### 2. TIMESTAMP
338338

0 commit comments

Comments
 (0)