I need some help with offsetting the time on my script, can someone give some examples on how to do this?
$offset = 1600; // number of seconds to offset (can be negative) $offsettime_st = date("Hi:s",time()+$offset);