Search found 2 matches

by rory
Mon Oct 28, 2002 11:58 am
Forum: PHP - Code
Topic: greenwich meant time
Replies: 2
Views: 739

that is the workaround I have used - it works. Still interested to know why the other doesn't. Any ideas?

thanks for your response
rory
by rory
Sun Oct 27, 2002 8:47 pm
Forum: PHP - Code
Topic: greenwich meant time
Replies: 2
Views: 739

greenwich meant time

I just ran this little php script echo gmdate ("Y-m-d-h:i:s"). "<br>" . date ("Y-m-d-h:i:s",gmmktime()); echo "<br>local<br>"; echo date ("Y-m-d-h:i:s"). "<br>" . date ("Y-m-d-h:i:s",mktime()); and it gave me the following output ...