Explorar o código

#1500 only regulateTimeZone for MySQL

Unknwon %!s(int64=9) %!d(string=hai) anos
pai
achega
e2d6b0116e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/models.go

+ 1 - 1
models/models.go

@@ -46,7 +46,7 @@ func sessionRelease(sess *xorm.Session) {
 // Note: get back time.Time from database Go sees it at UTC where they are really Local.
 // 	So this function makes correct timezone offset.
 func regulateTimeZone(t time.Time) time.Time {
-	if setting.UseSQLite3 {
+	if !setting.UseMySQL {
 		return t
 	}