Properly interpret Subversion dates as UTC.
commit58d2eb3e4e2c2bd04d6dd67a80a6b2d32e0ef027
authorAnders Kaseorg <andersk@MIT.EDU>
Sat, 3 Jan 2009 23:22:34 +0000 (3 18:22 -0500)
committerThiago Macieira <thiago@kde.org>
Thu, 8 Jan 2009 15:58:07 +0000 (8 16:58 +0100)
treef38e383878992425f19a4ce2678cd1c91967a147
parent29b44c19819e52a2489860e5636d72c7a41eda36
Properly interpret Subversion dates as UTC.

mktime interprets its input in the local timezone.  This can be fixed
by using timegm instead of mktime.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Thiago Macieira <thiago@kde.org>
src/svn.cpp