I am working on a feature that require lots of "time traveling" to be test, basically I set my computer to be 2 months ahead from Now and totally forgot about it, when i was doing my commits (using a git client called Fork), I saw that the commits where having the timestamp "of the future", I changed my computer time to Automatic and pushed, went to Github, and the latest commits were using the timestamp of the future (the wrong one).
How dangerous is this ? will it create a conflict ? can it hurt a pull-request ? at the moment the only bad change I am seeing is Github showing the commits in the "wrong" order (because it is respecting the timestamps of the commits)
Is it possible to fix this ? only the dates were wrong in the commits, so I don't have to manually enter the correct time by the second.
Thank you