bcdugga 2008-11-11 00:23:20 -05:00 committed by Joey Hess
parent 8c47f16dcc
commit ebd9f4ce8a
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Using bzr, the dates for changes on the RecentChanges page all start
slightly before the Unix epoch.
Changing line 249 of bzr.pm from
` when => time - str2time($info->{"timestamp"}),`
to
` when => str2time($info->{"timestamp"}),`
fixed this for me.