Timezone timestamp

Posted in: Newspaper
Post count: 19

Hallo, my time now in article now:

<?php echo $td_mod_single->get_date(false);

$u_time = get_the_time(‘U’);

$u_modified_time = get_the_modified_time(‘U’);

if ($u_modified_time >= $u_time + 1) {

echo “• Ενημερώθηκε: “;

the_modified_time(‘d/m/Y | H:i’);

}

?>

I want to enter a strtotime(‘-6 hours’)) to time and modified time.

I need utc-4 at wordpress settings but utc+3 at time in the website articles.

  • This topic was modified 10 years by amd4ever.
Post count: 22421

Hi,
Our theme gets the same time from wordpress so there is no easy way to change the time only on articles. This will require custom work which we cannot provide at the moment. You can hire a freelancer to help out from sites like studio.envato.com
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.