.
This commit is contained in:
parent
51a0939a10
commit
0f56b0bb6d
@ -177,7 +177,8 @@ func VerifyRedeemCode(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
currentTime := time.Now()
|
||||
loc, _ := time.LoadLocation("Asia/Jakarta")
|
||||
currentTime := time.Now().In(loc)
|
||||
var endTime time.Time
|
||||
var roomName string
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user