I've read through a few questions about this here on s.o. and none seem to ask or answer the question very bluntly:
$ts_today = mktime( 0, 0, 0, date('m'), date('d'), date('Y') );
is this daylight saving aware?
if not, how do i make mktime() daylight saving aware?