Re: [PATCH] kdecore: Fix a bug in KDateTime utc offset string parsing.

2012-10-08 Thread David Jarvie
On Sunday 07 October 2012 21:23:56 Jon Severinsson wrote: > The sign of the UTC offset was ignored, and an offset of -0500 (New York) > would be treated at +0500 (Pakistan). > This commit also adds a unit test for UTC offset parsing and comparasion. > --- > Hi > > When mucking around in the frame

Re: [PATCH] kdecore: Fix a bug in KDateTime utc offset string parsing.

2012-10-08 Thread Michael Pyne
On Sunday, October 07, 2012 22:23:56 Jon Severinsson wrote: > The sign of the UTC offset was ignored, and an offset of -0500 (New York) > would be treated at +0500 (Pakistan). This commit also adds a unit test for > UTC offset parsing and comparasion. --- > Hi > > When mucking around in the framew

[PATCH] kdecore: Fix a bug in KDateTime utc offset string parsing.

2012-10-07 Thread Jon Severinsson
The sign of the UTC offset was ignored, and an offset of -0500 (New York) would be treated at +0500 (Pakistan). This commit also adds a unit test for UTC offset parsing and comparasion. --- Hi When mucking around in the frameworks branch of kdelibs I found a bug in the KDateTime string parsing, w