Re: [PHP] mktime() Algorithm

2002-02-06 Thread Lars Torben Wilson

On Wed, 2002-02-06 at 11:28, David A Dickson wrote:
> I need to create a function in another programming language that takes the
> same input as the php mktime() function and produces the exact same output
> as the php mktime() function. Does anybody out there know what the
> algorithm is?
> 
> -- 
> David A Dickson
> [EMAIL PROTECTED]

Sure: it starts around line 80 on ext/standard/datetime.c in the
source tree:

  http://cvs.php.net/co.php/php4/ext/standard/datetime.c?r=1.82


Hope this helps,

Torben

-- 
 Torben Wilson <[EMAIL PROTECTED]>
 http://www.thebuttlesschaps.com
 http://www.hybrid17.com
 http://www.inflatableeye.com
 +1.604.709.0506


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




[PHP] mktime() Algorithm

2002-02-06 Thread David A Dickson

I need to create a function in another programming language that takes the
same input as the php mktime() function and produces the exact same output
as the php mktime() function. Does anybody out there know what the
algorithm is?

-- 
David A Dickson
[EMAIL PROTECTED]


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