Tagged Questions
1
vote
1answer
29 views
Time Zones & Display Dates in a CMS
I have done a lot of reading on this question and I don't think it is quite as simple as it might sound.
We are building a proprietary CMS and after doing a lot of research have decided to store all ...
0
votes
4answers
54 views
Show different message to the hours | php
here is my code, where i make mistake? Btw my time ZONE is UTC + 2:00.
Thanks for answers in advance.
<?php
$current_time = date('H');
if ($current_time >18) {
echo "Good night";
...