|
|
var timeLocationUTC, _ = time.LoadLocation("UTC")
|
|
var timeLocationUTC, _ = time.LoadLocation("UTC")
|
|
|
return time.Date(t.Year(), t.Month(), t.Day(), t.Hour(), t.Minute(), t.Second(), t.Nanosecond(), timeLocationUTC)
|
|
return time.Date(t.Year(), t.Month(), t.Day(), t.Hour(), t.Minute(), t.Second(), t.Nanosecond(), timeLocationUTC)
|