Cant find the right unix code for a daily rewards timer

hello,
am trying to find the right unix code for a daily rewards timer but i cant find it.

I have tried this:

if not Time or (os.time() - Time) > day then 
                text.Text = 'Claim reward!'
            else
                text.Text = os.date('Claim reward in %H:%M:%S',os.time() - (Time - day))
            end