Skip to content

Commit 128451e

Browse files
committed
fixed nanosec digits
1 parent 3a0b99c commit 128451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func readBool(input string) (value bool, valid bool) {
108108
******************************************************************************/
109109

110110
var (
111-
nullTimeBaseStr = "0000-00-00 00:00:00.0000000"
111+
nullTimeBaseStr = "0000-00-00 00:00:00.000000"
112112
nullTimeBaseByte = []byte(nullTimeBaseStr)
113113
)
114114

0 commit comments

Comments
 (0)