Committing to subversion repository is changed to use commit dates from
the source. Subversion always uses commit dates with UTC timezone, so only
timestamps are used.
Test test-convert-svn-sink.t uses svnxml.py script to dump history of svn
repositories. Atm the script is not printing date field from svn log. This
patch changes this to allow checks on correctness of date and time convertion.
It seems to me that the seconds part of this timestamp can change depending how loaded the machine is where tests are run. This will result in flaky tests. Hence, all these occurrences should be replaced with * (glob)[1] patterns.
[1]: grep-ing for (glob) in tests/ should help you.