Browse Source

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

Fixes #741

Signed-off-by: INADA Naoki <songofacandy@gmail.com>
INADA Naoki 7 years ago
parent
commit
64db0f7ebe
1 changed files with 1 additions and 0 deletions
  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`
 `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`
 ##### `readTimeout`