[Mono-dev] DateTimeOffset Test and Patch

2009-11-25 Thread Tom Philpot
Here's a patch that resolves an issue of adding or subtracting time from a DateTime which crosses the DST boundary. Again, there don't appear to be test cases for this in the Mono test suite. Kudos to Martin Potter on our team for figuring this out. This patch is licensed under MIT/X11. DTOT

Re: [Mono-dev] DateTimeOffset Test and Patch

2009-11-26 Thread Stephane Delcroix
On Wed, 2009-11-25 at 15:04 -0800, Tom Philpot wrote: > Here's a patch that resolves an issue of adding or subtracting time from a > DateTime which crosses the DST boundary. Thanks for the patch, I ran into that issue once then forgot to apply the patch (that is now lost). Looking at yours and com

Re: [Mono-dev] DateTimeOffset Test and Patch

2009-12-02 Thread Tom Philpot
Stephen, Did this patch ever get committed? Thanks, Tom On 11/26/09 5:23 AM, "Stephane Delcroix" wrote: > On Wed, 2009-11-25 at 15:04 -0800, Tom Philpot wrote: >> > Here's a patch that resolves an issue of adding or subtracting time from a >> > DateTime which crosses the DST boundary. > > Th

Re: [Mono-dev] DateTimeOffset Test and Patch

2009-12-03 Thread Stephane Delcroix
Tom, Your patch was breaking stuffs, but the reported issue was still valid. Here's the fix and tests I pushed a few minutes ago. it validates against .NET 3.5 too. regards Stephane On Wed, 2009-12-02 at 14:53 -0800, Tom Philpot wrote: > Stephen, > > Did this patch ever get committed?