Subject: | order of arguments |
please note:
the order of arguments in the php function is slightly different:
int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]])
in your function, month and day are in exchanged order...