It will affect your final output, but to change that all you have to do is run the timestamp through date().
Mktime is called like this:
mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )
If that's not the format of your dates (or it's too complex), you might want to look at [man]strtotime[/man].