Server Time inaccurate? 10 mins behind?

Status
Not open for further replies.

sereni13

New Member
Messages
5
Reaction score
1
Points
3
Dear x10hosting Support Staff,

who and where are we? Server x01 - adfree-infinity - www.higna.org.uk

I think the web server time or php time maybe 10 minutes slow. I am unsure of how it all works.

ermmm it was inaccurate, but has been corrected as I am typing this. lol

The issue affects the accuracy of the 'time to next meeting' durations listed on the About Page of our website. e.g. saying "20 minutes to the next meeting" when it is actually only 10 minutes.

We are utilising PHP time statements to determine the current time:-

our relevant php stuff:-
----------
date_default_timezone_set('GB');
putenv("TZ=UK");
$script_tz = date_default_timezone_get();

$filler .= "Today is ".(date('l', strtotime('now')));
$filler .= ", the time now in the UK is ".(date('g:ia', strtotime('now')));
-----------
We have been repeatedly discussing upgrading our hosting package amongst ourselves, but are unclear at the moment as to the precise benefits it would give us. We do know and understand some of them. I guess we need to review it again soon.

Thanks for your time reading my ramblings and for providing the free/paid hosting and support services.

Simon
 
Status
Not open for further replies.
Top