[PATCH 1 of 1] Fix: Timestamp handling in patchbomb notworking in windows

Bryan O'Sullivan bos at serpentine.com
Tue Sep 13 16:06:42 CDT 2005


On Tue, 2005-09-13 at 22:12 +0200, Volker Kleinfeld wrote:

> I have to admit this is much simpler. Shouldn't the last line
> rather be:
> 
> offset = '%s%02d%02d' % (sign, offset / 3600, (offset % 3600) / 60)

Yes, that's what I get for typing my code into an email window without
going through a Python REPL first :-)

	<b



More information about the Mercurial mailing list