From 66d26b5f0989086dd55ea9526b037b868e5e3913 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Wed, 18 Apr 2018 17:49:05 +0900 Subject: [PATCH] Add one line note about 0000-00-00 date/datetime Fixes #741 Signed-off-by: INADA Naoki --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 299198d53..b3dcd9101 100644 --- a/README.md +++ b/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`