Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I doubt that this is correct since time() returns a timestamp in seconds and $mosConfig_offset is mesaured in hours. So 3600 is the correct value here. You can adjust the time by increasing or decreasing the offset only, e.g.
Code:
$rightnow=time()+(($mosConfig_offset + adjustValueHere )*3600);
Please Log in or Create an account to join the conversation.