Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Alistair Bush
Hi guys, Please note that I have cleaned this up and bit and submitted a pull request https://github.com/mono/mono/pull/800 Feedback welcome. On Wed, Oct 30, 2013 at 11:51 PM, Alistair Bush alistair.b...@gmail.com wrote: Ok so firstly this is like the MOST C ive ever written in my life.. and

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Stifu
I'm in no position to accept or review your patch, but I wanted to thank you for taking the time and putting in the efforts needed to make Mono better for everyone. I hope this pull request gets attention soon. Alistair Bush wrote Hi guys, Please note that I have cleaned this up and bit and

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Andrés G. Aragoneses
Seconded. On 07/11/13 11:16, Stifu wrote: I'm in no position to accept or review your patch, but I wanted to thank you for taking the time and putting in the efforts needed to make Mono better for everyone. I hope this pull request gets attention soon. Alistair Bush wrote Hi guys, Please

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Atsushi Eno
Let's get this patch in and fix any possible issue later. Thanks! Atsushi Eno (2013年11月07日 18:07), Alistair Bush wrote: Hi guys, Please note that I have cleaned this up and bit and submitted a pull request https://github.com/mono/mono/pull/800 Feedback welcome. On Wed, Oct 30, 2013 at

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Alistair Bush
Merged. Thanks for the support guys Now to fix DateTime.ToUniversalTime() On Fri, Nov 8, 2013 at 6:02 PM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Let's get this patch in and fix any possible issue later. Thanks! Atsushi Eno (2013年11月07日 18:07), Alistair Bush wrote: