Re: [PHP-DEV] 3.0.12 From: Jim Winstead (jimw <email protected>)
Date: 07/23/99

On Jul 23, Cole Tuininga wrote:
> Remember, we're calculating GMT from local time, not vice versa.

Then you're using the wrong function. From the docs:

    gmmktime -- get UNIX timestamp for a GMT date

If your time is in local time, you should be using mktime().

Jim

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>