https://bugzilla.novell.com/show_bug.cgi?id=622524

https://bugzilla.novell.com/show_bug.cgi?id=622524#c2


Flurin Rindisbacher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Flurin Rindisbacher <[email protected]> 2010-11-27 00:55:25 
UTC ---
I can confirm this on Windows 7 using mono 2.8.1.

the following program fails with different timezones:

using System;

namespace TimeZoneTests
{
    class MainClass
    {
        public static void Main (string[] args)
        {
            Console.WriteLine (TimeZoneInfo.Local); 
        }
    }
}

I tested it with "(UTC -06:00) Central" "+1 Berlin Bern ..." and some other
timezones. if I use the mono Runtime in Monodevelop the above program fails. if
I use the Microsoft .Net Runtime it works as expected.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to