This commit is contained in:
[Valentino Heman Budiarto] 2026-06-02 20:32:53 +07:00
parent 51a0939a10
commit 0f56b0bb6d

View File

@ -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