citrusreticulata opened a new pull request, #69: URL: https://github.com/apache/iotdb-client-go/pull/69
`func (s *Session) GetTimeZone() (string, error)`: `return "", err` --> `return DefaultTimeZone, err` 1. If the error is not handled, the TimeZone in the config may be directly set to an empty string value without any check. 2. In previous file 'session_example.go', the time zone was printed only when there was an error. It should be a design error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
