> I don't know what gmtime() is supposed to do.  But is gmmktime() similar?

time() returns the number of seconds since the Unix Epoch to the current
local time

gmtime() should return the number of seconds since the Unix Epoch to the
current GM-time

Do you understand now?

gmmktime() does exactly what I want if I don't pass arguments but since
this behaviour is not documented it's probably confusing to a lot of people,
isn't it?

Jens Lehmann



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to