https://github.com/mybb/mybb/blob/featur....php#L6730
date("G") and date("i") don't have $stamp as the second arg and as a result uses the current timestamp for that, messing up the return value.
date("G") and date("i") don't have $stamp as the second arg and as a result uses the current timestamp for that, messing up the return value.