<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>PublicDomain</title><link>http://publicdomain.codeplex.com/Project/ProjectRss.aspx</link><description>Completely open source &amp;#40;Public Domain&amp;#41; collection of useful .NET classes and utilities.</description><item><title>Created Issue: Recent Olson Data Changes Crash Public Domain</title><link>http://publicdomain.codeplex.com/WorkItem/View.aspx?WorkItemId=22980</link><description>The 2009h update has the following change...&lt;br /&gt;OLD&amp;#58; Rule&amp;#92;tJordan&amp;#92;t2002&amp;#92;tmax&amp;#92;t-&amp;#92;tMar&amp;#92;tlastFri&amp;#92;t0&amp;#58;00s&amp;#92;t1&amp;#58;00&amp;#92;tS&lt;br /&gt;NEW&amp;#58; Rule&amp;#92;tJordan&amp;#92;t2002&amp;#92;tmax&amp;#92;t-&amp;#92;tMar&amp;#92;tlastThu&amp;#92;t24&amp;#58;00&amp;#92;t1&amp;#58;00&amp;#92;tS&lt;br /&gt;&lt;br /&gt;The ParseTimeSpan function in DateTimeUtilities.cs chokes on this because TimeSpan.Parse can&amp;#39;t handle &amp;#34;24&amp;#58;00&amp;#34;.&lt;br /&gt;</description><author>mlmanfredi</author><pubDate>Mon, 08 Jun 2009 15:37:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Recent Olson Data Changes Crash Public Domain 20090608033758P</guid></item><item><title>New Post: Bangladesh / Dhaka switching to DST +07:00 on June 20, 2009</title><link>http://publicdomain.codeplex.com/Thread/View.aspx?ThreadId=58431</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does anyone have a patch for this new Rule?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>alanbirenbaum</author><pubDate>Thu, 04 Jun 2009 11:05:30 GMT</pubDate><guid isPermaLink="false">New Post: Bangladesh / Dhaka switching to DST +07:00 on June 20, 2009 20090604110530A</guid></item><item><title>Created Issue: Code\CodeUtilities.cs: VisualBasic ReferencedAssemblies, fixed paths issue</title><link>http://publicdomain.codeplex.com/WorkItem/View.aspx?WorkItemId=22247</link><description>Hi.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;publicdomain.codeplex.com&amp;#47;SourceControl&amp;#47;changeset&amp;#47;view&amp;#47;41779&amp;#35;308775&lt;br /&gt;File&amp;#58; Code&amp;#92;CodeUtilities.cs&amp;#58;172-173&lt;br /&gt;&lt;br /&gt;Problem&amp;#58;&lt;br /&gt;compilerParameters.ReferencedAssemblies.Add&amp;#40;&amp;#64;&amp;#34;c&amp;#58;&amp;#92;windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#92;System.dll&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;compilerParameters.ReferencedAssemblies.Add&amp;#40;&amp;#64;&amp;#34;c&amp;#58;&amp;#92;windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#92;System.Xml.dll&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Paths are static, its not given that the Windows directory will always be C&amp;#58;&amp;#92;WINDOWS.&lt;br /&gt;&lt;br /&gt;Possible solutions&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;system.environment.specialfolder&amp;#40;VS.71&amp;#41;.aspx&lt;br /&gt;with &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;system.environment.getfolderpath&amp;#40;VS.71&amp;#41;.aspx&lt;br /&gt;&lt;br /&gt;string systemdir &amp;#61; Environment.GetFolderPath&amp;#40;Environment.SpecialFolder.System&amp;#41;&lt;br /&gt;&lt;br /&gt;This will result in &amp;#36;windowsdir&amp;#92;System32. You can then check for the existense of the special files File.Exists&amp;#40;&amp;#41; or check the parent directory&amp;#58;&lt;br /&gt;&lt;br /&gt;systemdir &amp;#43;&amp;#61; &amp;#34;..&amp;#34; &amp;#43; Path.DirectorySeparatorChar &amp;#43; &amp;#34;Microsoft.Net.....&amp;#34;&amp;#59;&lt;br /&gt;File.Exists&amp;#40;systemdir&amp;#41;&lt;br /&gt;&lt;br /&gt;Or you can read the following registry key&amp;#58;&lt;br /&gt;HKLM&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;.NETFramework&amp;#92;&amp;#91;REG_SZ&amp;#58;InstallRoot&amp;#93;&lt;br /&gt;Which should return&amp;#58; C&amp;#58;&amp;#92;WINDOWS&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;&lt;br /&gt;&lt;br /&gt;Very practical library, if not directly used, then as reference.&lt;br /&gt;</description><author>CoolSpin</author><pubDate>Fri, 01 May 2009 15:54:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Code\CodeUtilities.cs: VisualBasic ReferencedAssemblies, fixed paths issue 20090501035408P</guid></item><item><title>New Post: Time zone update tools, project</title><link>http://publicdomain.codeplex.com/Thread/View.aspx?ThreadId=13661</link><description>&lt;div style="line-height: normal;"&gt;Hi, sorry but this project is no longer under active development. The effort was part of a for-profit venture which is in hibernation. The source code is available and there were also some patches people had made to get it working as attachments in the bugs, although I never tested them myself and never fixed/added assertions to fix the bugs.&lt;br&gt;
There is also this alternative:&lt;br&gt;
http://www.codeproject.com/KB/locale/zoneinfo_dotnet_api.aspx&lt;br&gt;
I have been out of the space for some time so I'm not aware if there are other alternatives. I don't see anything new @ http://www.twinsun.com/tz/tz-link.htm&lt;br&gt;
Good luck! Let us know how you solve your problems...&lt;br&gt;
Regards&lt;br&gt;
&lt;/div&gt;</description><author>schizoidboy</author><pubDate>Sat, 18 Apr 2009 21:51:43 GMT</pubDate><guid isPermaLink="false">New Post: Time zone update tools, project 20090418095143P</guid></item><item><title>New Post: Time zone update tools, project</title><link>http://publicdomain.codeplex.com/Thread/View.aspx?ThreadId=13661</link><description>&lt;div style="line-height: normal;"&gt;I'm curious about whether this project is being maintained and what the current status is wrt bugs.&amp;nbsp; I'm desperately looking for the time zone functionality that's missing from .NET 2, but had a bit of trouble with the instructions outlined above (the assertions in TzTimeZoneTests.Bug13252a aren't right and couldn't have possibly been verified).&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>bbell2000</author><pubDate>Wed, 15 Apr 2009 00:21:36 GMT</pubDate><guid isPermaLink="false">New Post: Time zone update tools, project 20090415122136A</guid></item><item><title>New Post: Fix Documentation</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=45374</link><description>&lt;div style="line-height: normal;"&gt;Hi ingig, this is a security feature in Windows. After you download the CHM file, right click -&amp;gt; Properties, and then click &amp;quot;Unblock&amp;quot; at the bottom. You can also change your Internet Options security policy.&lt;br&gt;
I'll have to investigate adding an index. I use http://inchl.nl/SandcastleGUI/ for generating the CHM.&lt;br&gt;
Thanks,&lt;br&gt;
&lt;/div&gt;</description><author>schizoidboy</author><pubDate>Tue, 03 Feb 2009 06:35:43 GMT</pubDate><guid isPermaLink="false">New Post: Fix Documentation 20090203063543A</guid></item><item><title>New Post: Fix Documentation</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=45374</link><description>&lt;div style="line-height: normal;"&gt;Any chance that the documentation can be fixed? I get &amp;quot;The address is not valid&amp;quot; when I browse through the classes. Also is it possible to add Index to it?&lt;br&gt;
&lt;/div&gt;</description><author>ingig</author><pubDate>Tue, 27 Jan 2009 13:50:43 GMT</pubDate><guid isPermaLink="false">New Post: Fix Documentation 20090127015043P</guid></item><item><title>Commented Issue: Southern hemisphere: GetDaylightChanges.Start and .End are reversed</title><link>http://www.codeplex.com/publicdomain/WorkItem/View.aspx?WorkItemId=13252</link><description>In PublicDomain.TzTimeZone, GetDaylightChanges&amp;#40;iDSTYear&amp;#41;.Start and GetDaylightChanges&amp;#40;iDSTYear&amp;#41;.End return reverse values &amp;#40;.Start returns a DST off value and .End the DST on value&amp;#41; for time zone locales in the southern hemisphere.&lt;br /&gt;&lt;br /&gt;Examples are &amp;#39;Pacific&amp;#47;Auckland&amp;#39;, all Australian TZs with DST offset such as &amp;#39;Australia&amp;#47;Adelaide&amp;#39;, &amp;#39;America&amp;#47;Sao_Paulo&amp;#39;, etc.&lt;br /&gt;Comments: ** Comment from web user: AlanBirenbaum ** &lt;p&gt;Seems that you also need to modify the else if in the TzTimeZone PrepOffset routine as follows&amp;#58;&lt;/p&gt;&lt;p&gt;        private void PrepOffset&amp;#40;ref DateTime time, ref TimeSpan result, PublicDomain.TzDatabase.TzZone zone&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47; First, figure out which zone we&amp;#39;re in&lt;br /&gt;            DateTime point &amp;#61; new DateTime&amp;#40;time.Year, 1, 1&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;            PublicDomain.TzDatabase.TzRule one&amp;#59;&lt;br /&gt;            PublicDomain.TzDatabase.TzRule two&amp;#59;&lt;br /&gt;            DaylightTime daylightTime&amp;#59;&lt;/p&gt;&lt;p&gt;            GetDaylightChangeRules&amp;#40;ref point, zone, DateTimeKind.Local, out one, out two, out daylightTime&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;            if &amp;#40;daylightTime &amp;#33;&amp;#61; null &amp;#38;&amp;#38; daylightTime.Start &amp;#60; daylightTime.End &amp;#38;&amp;#38; time &amp;#62;&amp;#61; daylightTime.Start &amp;#38;&amp;#38; time &amp;#60; daylightTime.End&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                result &amp;#43;&amp;#61; one.SaveTime&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            &amp;#47;&amp;#47;&amp;#42;&amp;#42;orig&amp;#42;&amp;#42; else if &amp;#40;daylightTime &amp;#33;&amp;#61; null &amp;#38;&amp;#38; daylightTime.Start &amp;#62; daylightTime.End &amp;#38;&amp;#38; &amp;#40;time &amp;#60;&amp;#61; daylightTime.Start &amp;#124;&amp;#124; time &amp;#62; daylightTime.End&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#47;&amp;#47;                                                                                                          &amp;#33;  check that it&amp;#39;s NOT standart time&lt;br /&gt;            else if &amp;#40;daylightTime &amp;#33;&amp;#61; null &amp;#38;&amp;#38; daylightTime.Start &amp;#62; daylightTime.End &amp;#38;&amp;#38; &amp;#33;&amp;#40;time &amp;#62;&amp;#61; daylightTime.End &amp;#38;&amp;#38; time &amp;#60; daylightTime.Start&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                result &amp;#43;&amp;#61; one.SaveTime&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>AlanBirenbaum</author><pubDate>Wed, 14 Jan 2009 23:34:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Southern hemisphere: GetDaylightChanges.Start and .End are reversed 20090114113458P</guid></item><item><title>Commented Issue: GetHashCode() seems to return different numbers in x86 and x64</title><link>http://www.codeplex.com/publicdomain/WorkItem/View.aspx?WorkItemId=17397</link><description>Therefore, when recompile the code in x64, the function GetTimeZone returns null, because the hash doesn&amp;#39;t match the hard coded ones.&lt;br /&gt;How can I solve this&amp;#63;&lt;br /&gt;Thanks,&lt;br /&gt;Nestor&lt;br /&gt;Comments: ** Comment from web user: CHolt ** &lt;p&gt;This seems like it might be fixed in the latest version.  I just downloaded the source to make the changes necessary to get around it and it looks like the switch statement has been changed to switch off of strings.&lt;/p&gt;</description><author>CHolt</author><pubDate>Wed, 10 Dec 2008 19:09:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: GetHashCode() seems to return different numbers in x86 and x64 20081210070911P</guid></item><item><title>Commented Issue: GetHashCode() seems to return different numbers in x86 and x64</title><link>http://www.codeplex.com/publicdomain/WorkItem/View.aspx?WorkItemId=17397</link><description>Therefore, when recompile the code in x64, the function GetTimeZone returns null, because the hash doesn&amp;#39;t match the hard coded ones.&lt;br /&gt;How can I solve this&amp;#63;&lt;br /&gt;Thanks,&lt;br /&gt;Nestor&lt;br /&gt;Comments: ** Comment from web user: CHolt ** &lt;p&gt;I am having the same problem.  I think this is a bit more serious than a low impact.&lt;/p&gt;</description><author>CHolt</author><pubDate>Wed, 10 Dec 2008 18:38:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: GetHashCode() seems to return different numbers in x86 and x64 20081210063854P</guid></item><item><title>New Post: Known Issues and Bugs?</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=40834</link><description>&lt;div style="line-height: normal;"&gt;Hi Chris, Unfortunately, I've had almost no free time to work on those bugs, so they are still open. The Issue Tracker is pretty up-to-date.&lt;br&gt;
Thanks,
&lt;/div&gt;</description><author>schizoidboy</author><pubDate>Sun, 30 Nov 2008 11:05:11 GMT</pubDate><guid isPermaLink="false">New Post: Known Issues and Bugs? 20081130110511A</guid></item><item><title>New Post: Known Issues and Bugs?</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=40834</link><description>&lt;div style="line-height: normal;"&gt;Hi Kevin, &lt;br&gt;
&lt;br&gt;
May I know where can I find all the known issues and bugs of the current release (0.2.47.0)?&lt;br&gt;
&lt;br&gt;
As I browse through the discussion section, it didnt mention whether the bugs are solved. especially GetAbbreviation, GetUtcOffSet and DST.&lt;br&gt;
&lt;br&gt;
Appreciate your reply.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Chris Par
&lt;/div&gt;</description><author>chrispar</author><pubDate>Wed, 26 Nov 2008 06:33:43 GMT</pubDate><guid isPermaLink="false">New Post: Known Issues and Bugs? 20081126063343A</guid></item><item><title>New Post: Newbie question</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=39619</link><description>&lt;div style="line-height: normal;"&gt;Hi, sorry, this is only supported with .NET, not with older VB6.&lt;br&gt;
Thanks,
&lt;/div&gt;</description><author>schizoidboy</author><pubDate>Thu, 13 Nov 2008 23:25:44 GMT</pubDate><guid isPermaLink="false">New Post: Newbie question 20081113112544P</guid></item><item><title>New Post: Newbie question</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=39619</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
To use PublicDomain.dll in VB6, we must include the dll in our project directory. How do we reference it? I tryed manualy, and VB6 didn't accept it. I've runned regsvr32 and it didn't worked out.&lt;br&gt;
Sorry for the question...&lt;br&gt;
&lt;br&gt;
Kind regards,&lt;br&gt;
&lt;br&gt;
Kepler 
&lt;/div&gt;</description><author>kepler</author><pubDate>Mon, 10 Nov 2008 19:29:43 GMT</pubDate><guid isPermaLink="false">New Post: Newbie question 20081110072943P</guid></item><item><title>New Post: GetUtcOffset gives the wrong value</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=39245</link><description>&lt;div style="line-height: normal;"&gt;I'm testing GetUtcOffset either side of the daylight cut-over for Sydney, and I always get 11 hours:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TzTimeZone tzZone = TzTimeZone.GetTimeZone(&amp;quot;Australia/Sydney&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double h1 = tzZone.GetUtcOffset(DateTime.Parse(&amp;quot;1-Oct-2008 12:00&amp;quot;)).TotalHours;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double h2 = tzZone.GetUtcOffset(DateTime.Parse(&amp;quot;31-Oct-2008 12:00&amp;quot;)).TotalHours;&lt;br&gt;
&lt;br&gt;
Testing &amp;quot;IsDaylightSavingTime&amp;quot; definitely gives me the results I expect:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool b1 = tzZone.IsDaylightSavingTime(DateTime.Parse(&amp;quot;1-oct-2008 12:00&amp;quot;)); // gives false&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool b2 = tzZone.IsDaylightSavingTime(DateTime.Parse(&amp;quot;31-oct-2008 12:00&amp;quot;)); // gives true &lt;br&gt;
&lt;br&gt;

&lt;/div&gt;</description><author>russlau</author><pubDate>Wed, 05 Nov 2008 11:03:42 GMT</pubDate><guid isPermaLink="false">New Post: GetUtcOffset gives the wrong value 20081105110342A</guid></item><item><title>New Post: How to convert the given time based on TimeZone?</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36326</link><description>&lt;div style="line-height: normal;"&gt;This should do what you want:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TzTimeZone perth = TzTimeZone.GetTimeZone(&amp;quot;Australia/Perth&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TzTimeZone adelaide = TzTimeZone.GetTimeZone(&amp;quot;Australia/Adelaide&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTime utc = perth.ToUniversalTime(DateTime.Parse(&amp;quot;24-Sep-2008 12:00&amp;quot;));&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTime inAdelaide = adelaide.ToLocalTime(utc);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine(inAdelaide.ToLongTimeString());&lt;br&gt;
&lt;br&gt;
There's more info on the CodeProject article: http://www.codeproject.com/KB/dotnet/Using_time_zones_in_NET.aspx&lt;br&gt;
&lt;/div&gt;</description><author>russlau</author><pubDate>Wed, 05 Nov 2008 10:58:57 GMT</pubDate><guid isPermaLink="false">New Post: How to convert the given time based on TimeZone? 20081105105857A</guid></item><item><title>Source code checked in, #41779</title><link>http://www.codeplex.com/publicdomain/SourceControl/ListDownloadableCommits.aspx</link><description>Added alternate configs</description><author>schizoidboy</author><pubDate>Thu, 16 Oct 2008 05:22:26 GMT</pubDate><guid isPermaLink="false">Source code checked in, #41779 20081016052226A</guid></item><item><title>New Post: How to convert the given time based on TimeZone?</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36326</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&lt;br&gt;
I am using Olson TimeZone, and I would like to convert the give datetime based on the TimeZone. &lt;br&gt;
&lt;br&gt;
For example:&lt;br&gt;
&lt;br&gt;
TimeZone: Australia/Perth:&lt;br&gt;
Given Time: Wednesday, September 24, 2008 12:00:00PM&lt;br&gt;
&lt;br&gt;
Process... is to convert the Given Time based on the new TimeZone which is &amp;quot;Australia/Adelaide&amp;quot;&lt;br&gt;
&lt;br&gt;
Result Should be:&lt;br&gt;
&lt;br&gt;
TimeZone: Australia/Adelaide&lt;br&gt;
Converted Time: Wednesday, September 24, 2008 1:00:00PM&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I am having difficulty doing this process in PublicDomain. Can you share me some of your thougths on how to do this?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>tallboy</author><pubDate>Wed, 24 Sep 2008 04:22:51 GMT</pubDate><guid isPermaLink="false">New Post: How to convert the given time based on TimeZone? 20080924042251A</guid></item><item><title>New Post: How to assign value in Zone manually?</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36322</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&lt;br&gt;
Please disregard this question of mine, because I already got it by using the TzTimeZone.GetTimeZone(&amp;quot;Australia/Perth&amp;quot;);
&lt;/div&gt;</description><author>tallboy</author><pubDate>Wed, 24 Sep 2008 02:57:52 GMT</pubDate><guid isPermaLink="false">New Post: How to assign value in Zone manually? 20080924025752A</guid></item><item><title>New Post: How to assign value in Zone manually?</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36322</link><description>&lt;div style="line-height: normal;"&gt;Hi, &lt;br&gt;
&lt;br&gt;
I am new to PublicDomain.dll and I would like to ask if is there any way to assign value to zone, manually? &lt;br&gt;
&lt;br&gt;
I tried this code below but it gives an error: (CS0029: Cannot implicitly convert type 'string' to 'PublicDomain.TzTimeZone'&lt;br&gt;
&lt;br&gt;
TzTimeZone zone = &amp;quot;Australia/Perth&amp;quot;;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>tallboy</author><pubDate>Wed, 24 Sep 2008 02:18:05 GMT</pubDate><guid isPermaLink="false">New Post: How to assign value in Zone manually? 20080924021805A</guid></item></channel></rss>