My main question is about weather/temp: what kind of clothes should I bring? Thin layers no doubt, but is it going to be cold in October/November? I'll be doing some trekking, but not trying to ...
We are a group of architects (08 nos.) from Delhi, want to visit Nepal during August. 6 of us have Election cards/Passports but rest two doesn't have these cards, but have PAN card which is a ...
I've got 10 days to travel around Nepal in June. Can anyone provide a suggested itinerary which includes 2 to 3 days' trekking? I'm aware with only 10 days' time, I wouldn't ...
i couldnt find any good ones online please help how do you say " hey friend what's up i'm finally on facebook now aren't you glad, now i can write all over your page and keep ...
<?php
$localtime = localtime();
$localtime_assoc = localtime(time(), true);
print_r($localtime);
print_r($localtime_assoc);
?>
it takes setting of local from php.ini
or consult this
http://us2.php.net/localtime
use gmt time and required time to it...
Βασιλική
Wrong category.
Ask this question in Programming section to get detailed and informative answer.
Bill M
http://php.net/date
PHP is server side so you will always return the time of the country your web host is in