<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bye bye &amp;quot;System.TimeZone2&amp;quot;, Hello &amp;quot;System.TimeZoneInfo&amp;quot;</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx</link><description>Did I catch your attention? I know I haven't posted anything interesting in a while. I am currently working on a project that is unannouced. However, I want to let everyone know that in Orcas Beta1 , that will be release in a few months, the BCL team</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1985966</link><pubDate>Thu, 29 Mar 2007 11:34:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1985966</guid><dc:creator>Mathias Holmgren</dc:creator><description>&lt;p&gt;I think the new name is fine. The other FooInfo classes are pretty expressive and when you see one of those you know you are supposed to use it. Since you will add a bunch of stuff I think that association hints in the right direction in this case.&lt;/p&gt;
&lt;p&gt;I have a slightly different question. When, if ever, would you consider using the ObsoleteAttribute when doing class library/framework development? Please explain why and the tradeoffs.&lt;/p&gt;</description></item><item><title>Should Humans Be Called Ape2?</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1986413</link><pubDate>Thu, 29 Mar 2007 12:26:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1986413</guid><dc:creator>Omer van Kloeten's .NET Zen</dc:creator><description>&lt;p&gt;Ever since Kathy Kam announced on her weblog that a new type named TimeZone2 will be introduced into&lt;/p&gt;
</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1987880</link><pubDate>Thu, 29 Mar 2007 15:29:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1987880</guid><dc:creator>Stuart Ballard</dc:creator><description>&lt;p&gt;Just wanted to say: Woohoo! Sanity prevails...&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1988447</link><pubDate>Thu, 29 Mar 2007 16:31:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1988447</guid><dc:creator>Greg D</dc:creator><description>&lt;p&gt;I like TimeZoneInfo more, that's the right way to go. &amp;nbsp;In my own, personal, opinion, the right places to indicate that it supercedes System.TimeZone are in the System.TimeZone documentation and the System.TimeZoneInfo documentation. &amp;nbsp;&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1988919</link><pubDate>Thu, 29 Mar 2007 17:53:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1988919</guid><dc:creator>tfries</dc:creator><description>&lt;p&gt;The problem I see with &amp;quot;TimeZoneInfo&amp;quot; is what happens if you need to obsolete it and introduce yet another type in the future? &amp;nbsp;There's not a clear versioning path for future versions with the &amp;quot;-Info&amp;quot; suffix; and other than the ObsoleteAttribute, it's not immediately obvious which is the preferred type. &amp;nbsp;It's not even immediately obvious that &amp;quot;TimeZone&amp;quot; and &amp;quot;TimeZoneInfo&amp;quot; are two versions of the same thing.&lt;/p&gt;
&lt;p&gt;The &amp;quot;-2&amp;quot; suffix, while admittedly looking a little out of place, makes it blatantly clear that it's newer and preferred over the non-suffixed type -- and when using Intellisense, is guaranteed to show up right below the obsolete type, making it quickly discoverable for anyone about to use the older type.&lt;/p&gt;
&lt;p&gt;Both solutions obviously have pros and cons, neither is an elegant silver bullet solution, but given the choice, I'd cast my vote in favor of &amp;quot;-2&amp;quot;.&lt;/p&gt;
</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1989383</link><pubDate>Thu, 29 Mar 2007 19:18:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1989383</guid><dc:creator>chyld</dc:creator><description>&lt;p&gt;I second what tfries said...when intellisense pops up, it is immediately obvious that TimeZone2 is a newer rev than TimeZone. &amp;nbsp;Whereas TimeZoneInfo...well...upon initial inspection I have no idea how that would differ from TimeZone. &amp;nbsp;My suggestion is to keep it TimeZone2.&lt;/p&gt;
&lt;p&gt;-Chyld&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1990312</link><pubDate>Thu, 29 Mar 2007 22:51:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1990312</guid><dc:creator>RubenP</dc:creator><description>&lt;p&gt;Good choice. Moreover, the name TimeZoneInfo is better too: the object itself isn't a time zone, it just provides operations and information for working with time zones, and it fits in nicely with existing Infos like CultureInfo.&lt;/p&gt;
</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1991729</link><pubDate>Fri, 30 Mar 2007 03:48:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1991729</guid><dc:creator>chronos</dc:creator><description>&lt;p&gt;Intellisense is a non-issue. This class will be part of a library that will be used in a variety of text editors, none of which have Intellisense except for Visual Studio.&lt;/p&gt;
&lt;p&gt;While I think that TimeZone2 is not a great name, it is immediately understandable that it replaces TimeZone. I do not get that same understanding from the name TimeZoneInfo. Thus, it is important that the documentation appropriately describes the situation. Also, if it really does supersede TimeZone, then ObsoleteAttribute it.&lt;/p&gt;
&lt;p&gt;[Off topic]&lt;/p&gt;
&lt;p&gt;Several months ago I and others talked about a UTC-only DateTime class. If Microsoft will not create it, please enable others to implement it by either unsealing DateTime and / or making DateTime implement an IDateTime interface and updating signatures to use the interface.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/kathykam/archive/2006/10/05/Designing-System.TimeZone2-_2D00_-Part-2-_2800_Dynamic-Time-Zone-support_2900_.aspx"&gt;http://blogs.msdn.com/kathykam/archive/2006/10/05/Designing-System.TimeZone2-_2D00_-Part-2-_2800_Dynamic-Time-Zone-support_2900_.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#1994550</link><pubDate>Fri, 30 Mar 2007 19:00:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1994550</guid><dc:creator>AlbertoF</dc:creator><description>&lt;p&gt;When you said the beta 1 is going to be released ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#2192904</link><pubDate>Thu, 19 Apr 2007 17:49:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2192904</guid><dc:creator>Joe Healy</dc:creator><description>&lt;p&gt;Can you give us a post on exactly what the new DateTime2 class does?&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#2379028</link><pubDate>Wed, 02 May 2007 22:09:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2379028</guid><dc:creator>David Nelson</dc:creator><description>&lt;p&gt;I responded to several MSDN blogs about the disadvantages of naming it TimeZone2 before I discovered that the name has already been changed :) I do agree with tfries that you might have a progression problem with Info; however, I do not believe that problem is any worse than the problems with the 2 suffix.&lt;/p&gt;
&lt;p&gt;But I would mainly like to say &amp;quot;thank you&amp;quot; to Microsoft for actually listening to the feedback and reversing what was apparently an internally unanimous decision in order to satisfy the community. I participate in the .NET community in a number of ways, including posting suggestions at the feedback center, moderating in the MSDN forums, and reading and commenting on MSDN blogs. Too often I feel like Microsoft takes a &amp;quot;poor little child, let me explain why we are always right and you are always wrong&amp;quot; attitude when confronted with opposition to its design decisions. I am glad that, on this issue at least, that was not the case.&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#3697089</link><pubDate>Thu, 05 Jul 2007 07:22:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3697089</guid><dc:creator>Speedbird186</dc:creator><description>&lt;p&gt;This is thoroughly confusing to me. At first, you go through great lengths explaining why TimeZone2 is the correct class name -- according to the BCL guidelines. By the way: your arguments convinced me... TimeZone2 is definitely much clearer.&lt;/p&gt;
&lt;p&gt;What is the justification for deviating from the BCL guidelines? How does Anders feel about this?&lt;/p&gt;
&lt;p&gt;If enough people beg loud and long enough, will it be changed back to TimeZone2? [I don't see how &amp;quot;listening&amp;quot; to feedback is a valid argument to change a class name... people who don't like a name are much more likely to speak up and cast a vote for a new name than are those who agree with the existing name]&lt;/p&gt;</description></item><item><title>re: Bye bye "System.TimeZone2", Hello "System.TimeZoneInfo"</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#8380414</link><pubDate>Fri, 11 Apr 2008 17:19:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8380414</guid><dc:creator>Memmorium</dc:creator><description>&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Good idea!&lt;/p&gt;
&lt;p&gt;P.S. A U realy girl?&lt;/p&gt;</description></item><item><title>TimeZoneInfo.Local.Id incorrect for Israel Standard Time</title><link>http://blogs.msdn.com/kathykam/archive/2007/03/28/bye-bye-system-timezone2-hello-system-timezoneinfo.aspx#9176112</link><pubDate>Thu, 04 Dec 2008 21:45:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9176112</guid><dc:creator>Robin Sanner</dc:creator><description>&lt;p&gt;TimeZoneInfo appears to have a but when returning the .Id property for the Israel timezone.&lt;/p&gt;
&lt;p&gt;TimeZoneInfo.Local.Id = &amp;quot;Jerusalem Standard Time&amp;quot;&lt;/p&gt;
&lt;p&gt;TimeZoneInfo.GetSystemTimeZones()[14].Id = &amp;quot;Israel Standard Time&amp;quot;&lt;/p&gt;
</description></item></channel></rss>