|
Posted by WebM€nkey on 07/11/05 12:28
Chris Hope wrote:
> WebM€nkey wrote:
>
>> Hi folks
>> Just found that the mktime function returns a negative value when the
>> date is 26 march 2006 with 0 hours, 0 seconds and 0 minutes. Is this
>> a documented problem ? Any suggestions ?
>
> Works for me. Show us your code.
print mktime(0,0,0,3,26,2006);
prints -3662
Navigation:
[Reply to this message]
|