[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

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? --