Преглед изворни кода

Add one line note about 0000-00-00 date/datetime (#783)

Fixes #741

Signed-off-by: INADA Naoki <songofacandy@gmail.com>
INADA Naoki пре 7 година
родитељ
комит
64db0f7ebe
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -259,6 +259,7 @@ Default:        false
 ```
 
 `parseTime=true` changes the output type of `DATE` and `DATETIME` values to `time.Time` instead of `[]byte` / `string`
+The date or datetime like `0000-00-00 00:00:00` is converted into zero value of `time.Time`.
 
 
 ##### `readTimeout`