How to set up real timezone ?
#1

in my zone the time now is 13:30.
but in sserver time is 7:00 in roleplay server.
i have a code for eu timezone.
[PHP]if(hour >= 13 && hour <= 13)
return 1; // EU timezone

but its not my timezone on my server.
the time is again 7:00.


Look This Code Is this Ok ?

PHP код:
if(hour >= 13 && hour <= 13)
        return 
1// EU timezone 
Reply
#2

Something like this?
Reply
#3

How can hour be above or equal to 13 and at the same time be blow or equal to 13?
Reply
#4

how to make it ? 13 to ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)