1
This commit is contained in:
parent
dd6cf60934
commit
b9c7e05031
@ -16,7 +16,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func GetDaySeconds(seconds int64, timeZone int64) int64 {
|
func GetDaySeconds(seconds int64, timeZone int64) int64 {
|
||||||
return ((seconds+timeZone*3600)/3600/24+1)*3600*24 - 3600*timeZone
|
return ((seconds+timeZone*3600)/3600/24)*3600*24 - 3600*timeZone
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetTickCount() int64 {
|
func GetTickCount() int64 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user