The Current time is wrong

Posted in: Newspaper
Post count: 23

Hi,
the Time shown in TopBar is wrong.
G:H:s \U\h\r - l, j F Y

Now it is 11:04 o’clock

Often it seems it struggling?
https://snag.gy/ctFoYx.jpg

In my WP Option everything is fine
https://snag.gy/jSmvxc.jpg

but in the Frontend ist often freezed on **:11:** till the next hour comes…

https://knopfstadt.de/

Regards

  • This topic was modified 8 years by Leopart.
Post count: 20688

Hi,

The date in the top bar will accept these parameters
http://php.net/manual/en/function.date.php
Enter the ones you want in the required field in the theme panel
https://www.screencast.com/t/HX5KW4i83
Be careful with the parameters you enter there, your example would display like this
https://www.screencast.com/t/E848r1vNFKG

Thanks

Post count: 23

Hi,
you’re right, thought it works, because the time was displayed correctly on my end.
Creepy one.

Is there a Chance for adding the “Uhr”, it don’t loke like 🙁
In Germany you do it like this. 16:46 Uhr

Thanks again Simion!

Post count: 20688

You could use a code like this, as long as the time is displayed last it would be a solution
https://www.screencast.com/t/SuBq3LDmfw

.td-header-sp-top-menu .td_data_time:after {
content: ' uhr';
}

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