Hmm, i live in sweden, and the time doesnt seem to be right. Its 21 minutes over 12 (in the middle of the night) and the “Today” hasnt changed. How can I fix this?
<?php
if( date('Yz') == get_the_time('Yz') ) {
echo 'today';
} else {
the_time('F jS, Y');
};
?>