1 Using bzr, the dates for changes on the RecentChanges page all start
2 slightly before the Unix epoch.
4 Changing line 249 of bzr.pm from
6 ` when => time - str2time($info->{"timestamp"}),`
10 ` when => str2time($info->{"timestamp"}),`
14 > Weird, I wonder why it was written to return an absolute time like that
15 > in the first place? Can't have ever been right. Fixed, thanks. --[[Joey]]