chore: ⬆️ Vendor for new deps
This commit is contained in:
10
vendor/github.com/microsoft/go-mssqldb/timezone.go
generated
vendored
Normal file
10
vendor/github.com/microsoft/go-mssqldb/timezone.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package mssql
|
||||
|
||||
import "time"
|
||||
|
||||
func getTimezone(c *Conn) *time.Location {
|
||||
if c != nil && c.sess != nil {
|
||||
return c.sess.encoding.GetTimezone()
|
||||
}
|
||||
return time.UTC
|
||||
}
|
||||
Reference in New Issue
Block a user