<?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://www.codeplex.com/publicdomain/Project/ProjectRss.aspx</link><description>Completely open source &amp;#40;Public Domain&amp;#41; collection of useful .NET classes and utilities.</description><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><item><title>New Post: Just new to PublicDomain.dll</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36278</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&lt;br&gt;
Just new to PublicDomain.dll&lt;br&gt;
&lt;br&gt;
I tried using the PublicDomain.dll in asp.net and it works fine. But I don't know which functions to use for&amp;nbsp;my particular task.&lt;br&gt;
&lt;br&gt;
I was given the task to create a function that will accept&amp;nbsp;2 parameters. First parameter is the datetime, second parameter is for the required&amp;nbsp;timezone for conversion. And it should return a converted datetime based on timezone.&lt;br&gt;
&lt;br&gt;
Can you help me on how to do the coding for this particular task of mine. Is&amp;nbsp;this possible?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>tallboy</author><pubDate>Tue, 23 Sep 2008 16:36:36 GMT</pubDate><guid isPermaLink="false">New Post: Just new to PublicDomain.dll 20080923043636P</guid></item><item><title>New Post: I am new to Olson Time Zone Database .Net</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36236</link><description>&lt;div style="line-height: normal;"&gt;Hi schizoidboy,&lt;br&gt;
&lt;br&gt;
I just included the publicdomain.dll in my bin folder, and it is&amp;nbsp;working fine now.&lt;br&gt;
&lt;br&gt;
Thanks
&lt;/div&gt;</description><author>OliverTallo</author><pubDate>Tue, 23 Sep 2008 15:42:40 GMT</pubDate><guid isPermaLink="false">New Post: I am new to Olson Time Zone Database .Net 20080923034240P</guid></item><item><title>New Post: I am new to Olson Time Zone Database .Net</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36236</link><description>&lt;div style="line-height: normal;"&gt;Hi Oliver! To use TzTimeZone, just add a reference in your project to C:\Program Files\Public Domain\PublicDomain.dll. To do this from Visual Studio, right click on your project, click Add Reference, click on the Browse tab, and type in the file name above. Then everything should just work.&lt;br&gt;
Let me know if you have any other questions,&lt;br&gt;
Thanks,&lt;br&gt;
&lt;/div&gt;</description><author>schizoidboy</author><pubDate>Tue, 23 Sep 2008 00:49:01 GMT</pubDate><guid isPermaLink="false">New Post: I am new to Olson Time Zone Database .Net 20080923124901A</guid></item><item><title>New Post: I am new to Olson Time Zone Database .Net</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=36236</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&lt;br&gt;
I am an ASP.Net Developer, and I am interested in using the Olson Time Zone Database. But just don't know how to integrate it in my asp.net application. I actually copied the sample from this link &lt;span style="text-decoration:underline"&gt;&lt;span style="color:#800080"&gt;&lt;a href="http://www.codeproject.com/KB/dotnet/Using_time_zones_in_NET.aspx"&gt;http://www.codeproject.com/KB/dotnet/Using_time_zones_in_NET.aspx&lt;/a&gt;&lt;/span&gt;&lt;/span&gt; , but there is an error that says: tzTimeZone could not be found.&lt;br&gt;
&lt;br&gt;
I already downloaded the PublicDomain in my directory - C:\Program Files\Public Domain&lt;br&gt;
&lt;br&gt;
How will I do it in asp.net?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Oliver&lt;a href="http://www.codeproject.com/KB/dotnet/Using_time_zones_in_NET.aspx"&gt;&lt;br&gt;
&lt;br&gt;
&lt;/a&gt;
&lt;/div&gt;</description><author>OliverTallo</author><pubDate>Tue, 23 Sep 2008 00:10:09 GMT</pubDate><guid isPermaLink="false">New Post: I am new to Olson Time Zone Database .Net 20080923121009A</guid></item><item><title>Source code checked in, #39181</title><link>http://www.codeplex.com/publicdomain/SourceControl/ListDownloadableCommits.aspx</link><description>0.2.49.0&amp;#13;&amp;#10;Various changes to PublicDomain.Code&amp;#13;&amp;#10;Updated SLN file to Visual Studio 2008</description><author>schizoidboy</author><pubDate>Sun, 07 Sep 2008 04:03:15 GMT</pubDate><guid isPermaLink="false">Source code checked in, #39181 20080907040315A</guid></item><item><title>Source code checked in, #39107</title><link>http://www.codeplex.com/publicdomain/SourceControl/ListDownloadableCommits.aspx</link><description>0.2.48.0</description><author>schizoidboy</author><pubDate>Sat, 06 Sep 2008 14:23:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #39107 20080906022354P</guid></item><item><title>Released: 0.2.47.0 (Aug 24, 2008)</title><link>http://www.codeplex.com/publicdomain/Release/ProjectReleases.aspx?ReleaseId=16611</link><description>&lt;div&gt;
PublicDomain is a completely free, public domain collection of oft-needed code and packages for .NET. Features include &lt;a href="http://www.codeproject.com/useritems/Using_time_zones_in_NET.asp"&gt;Time Zone support&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeproject.com/dotnet/PublicDomain_Logging_API.asp"&gt;Logging API&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, Dynamic Code Evaluation (C#, VB.Net), Global Assembly Cache (GAC) API, Rss, Atom, and OPML APIs, Screen scraping API, and a milieu of various utilities for strings, arrays, cryptography, and much, much more.&lt;br&gt; &lt;br&gt;PublicDomain binaries and source code are... in the Public Domain (surprise surprise). Therefore, there is no license, so the code (or any part of it) may be included even in corporate applications. Public domain code has no authority, and is provided &amp;quot;AS IS,&amp;quot; without express or implied warranty of any kind.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 25 Aug 2008 03:44:35 GMT</pubDate><guid isPermaLink="false">Released: 0.2.47.0 (Aug 24, 2008) 20080825034435A</guid></item><item><title>Created Release: 0.2.47.0 (Aug 24, 2008)</title><link>http://www.codeplex.com/publicdomain/Release/ProjectReleases.aspx?ReleaseId=16611</link><description>&lt;div&gt;
PublicDomain is a completely free, public domain collection of oft-needed code and packages for .NET. Features include &lt;a href="http://www.codeproject.com/useritems/Using_time_zones_in_NET.asp"&gt;Time Zone support&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeproject.com/dotnet/PublicDomain_Logging_API.asp"&gt;Logging API&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, Dynamic Code Evaluation (C#, VB.Net), Global Assembly Cache (GAC) API, Rss, Atom, and OPML APIs, Screen scraping API, and a milieu of various utilities for strings, arrays, cryptography, and much, much more.&lt;br&gt; &lt;br&gt;PublicDomain binaries and source code are... in the Public Domain (surprise surprise). Therefore, there is no license, so the code (or any part of it) may be included even in corporate applications. Public domain code has no authority, and is provided &amp;quot;AS IS,&amp;quot; without express or implied warranty of any kind.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 25 Aug 2008 03:44:35 GMT</pubDate><guid isPermaLink="false">Created Release: 0.2.47.0 (Aug 24, 2008) 20080825034435A</guid></item><item><title>Source code checked in, #36479</title><link>http://www.codeplex.com/publicdomain/SourceControl/ListDownloadableCommits.aspx</link><description>V0.2.46.0&amp;#13;&amp;#10;&amp;#9;&amp;#91;kevgrig&amp;#64;gmail.com&amp;#93;&amp;#13;&amp;#10;&amp;#9;&amp;#9;&amp;#42; Added Int64&amp;#47;BIGINT support to PublicDomain.Data&amp;#13;&amp;#10;&amp;#9;&amp;#9;&amp;#42; Added Set class</description><author>schizoidboy</author><pubDate>Sun, 17 Aug 2008 20:03:16 GMT</pubDate><guid isPermaLink="false">Source code checked in, #36479 20080817080316P</guid></item><item><title>Created Release: 0.2.46.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/publicdomain/Release/ProjectReleases.aspx?ReleaseId=16384</link><description>&lt;div&gt;
PublicDomain is a completely free, public domain collection of oft-needed code and packages for .NET. Features include &lt;a href="http://www.codeproject.com/useritems/Using_time_zones_in_NET.asp"&gt;Time Zone support&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeproject.com/dotnet/PublicDomain_Logging_API.asp"&gt;Logging API&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, Dynamic Code Evaluation (C#, VB.Net), Global Assembly Cache (GAC) API, Rss, Atom, and OPML APIs, Screen scraping API, and a milieu of various utilities for strings, arrays, cryptography, and much, much more.&lt;br&gt; &lt;br&gt;PublicDomain binaries and source code are... in the Public Domain (surprise surprise). Therefore, there is no license, so the code (or any part of it) may be included even in corporate applications. Public domain code has no authority, and is provided &amp;quot;AS IS,&amp;quot; without express or implied warranty of any kind.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sun, 17 Aug 2008 20:02:33 GMT</pubDate><guid isPermaLink="false">Created Release: 0.2.46.0 (Aug 17, 2008) 20080817080233P</guid></item><item><title>Released: 0.2.46.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/publicdomain/Release/ProjectReleases.aspx?ReleaseId=16384</link><description>&lt;div&gt;
PublicDomain is a completely free, public domain collection of oft-needed code and packages for .NET. Features include &lt;a href="http://www.codeproject.com/useritems/Using_time_zones_in_NET.asp"&gt;Time Zone support&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeproject.com/dotnet/PublicDomain_Logging_API.asp"&gt;Logging API&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, Dynamic Code Evaluation (C#, VB.Net), Global Assembly Cache (GAC) API, Rss, Atom, and OPML APIs, Screen scraping API, and a milieu of various utilities for strings, arrays, cryptography, and much, much more.&lt;br&gt; &lt;br&gt;PublicDomain binaries and source code are... in the Public Domain (surprise surprise). Therefore, there is no license, so the code (or any part of it) may be included even in corporate applications. Public domain code has no authority, and is provided &amp;quot;AS IS,&amp;quot; without express or implied warranty of any kind.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sun, 17 Aug 2008 20:02:33 GMT</pubDate><guid isPermaLink="false">Released: 0.2.46.0 (Aug 17, 2008) 20080817080233P</guid></item><item><title>Source code checked in, #35885</title><link>http://www.codeplex.com/publicdomain/SourceControl/ListDownloadableCommits.aspx</link><description>V0.2.45.0&amp;#13;&amp;#10;&amp;#9;&amp;#91;kevgrig&amp;#64;gmail.com&amp;#93;&amp;#13;&amp;#10;&amp;#9;&amp;#9;&amp;#42; Updated to tzdata2008e&amp;#13;&amp;#10;&amp;#9;&amp;#9;&amp;#42; Minor API changes</description><author>schizoidboy</author><pubDate>Thu, 14 Aug 2008 17:05:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #35885 20080814050520P</guid></item><item><title>Created Release: 0.2.45.0 (Aug 14, 2008)</title><link>http://www.codeplex.com/publicdomain/Release/ProjectReleases.aspx?ReleaseId=16306</link><description>&lt;div&gt;
PublicDomain is a completely free, public domain collection of oft-needed code and packages for .NET. Features include &lt;a href="http://www.codeproject.com/useritems/Using_time_zones_in_NET.asp"&gt;Time Zone support&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeproject.com/dotnet/PublicDomain_Logging_API.asp"&gt;Logging API&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, Dynamic Code Evaluation (C#, VB.Net), Global Assembly Cache (GAC) API, Rss, Atom, and OPML APIs, Screen scraping API, and a milieu of various utilities for strings, arrays, cryptography, and much, much more.&lt;br&gt; &lt;br&gt;PublicDomain binaries and source code are... in the Public Domain (surprise surprise). Therefore, there is no license, so the code (or any part of it) may be included even in corporate applications. Public domain code has no authority, and is provided &amp;quot;AS IS,&amp;quot; without express or implied warranty of any kind.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 14 Aug 2008 16:38:57 GMT</pubDate><guid isPermaLink="false">Created Release: 0.2.45.0 (Aug 14, 2008) 20080814043857P</guid></item><item><title>Released: 0.2.45.0 (Aug 14, 2008)</title><link>http://www.codeplex.com/publicdomain/Release/ProjectReleases.aspx?ReleaseId=16306</link><description>&lt;div&gt;
PublicDomain is a completely free, public domain collection of oft-needed code and packages for .NET. Features include &lt;a href="http://www.codeproject.com/useritems/Using_time_zones_in_NET.asp"&gt;Time Zone support&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeproject.com/dotnet/PublicDomain_Logging_API.asp"&gt;Logging API&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, Dynamic Code Evaluation (C#, VB.Net), Global Assembly Cache (GAC) API, Rss, Atom, and OPML APIs, Screen scraping API, and a milieu of various utilities for strings, arrays, cryptography, and much, much more.&lt;br&gt; &lt;br&gt;PublicDomain binaries and source code are... in the Public Domain (surprise surprise). Therefore, there is no license, so the code (or any part of it) may be included even in corporate applications. Public domain code has no authority, and is provided &amp;quot;AS IS,&amp;quot; without express or implied warranty of any kind.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 14 Aug 2008 16:38:57 GMT</pubDate><guid isPermaLink="false">Released: 0.2.45.0 (Aug 14, 2008) 20080814043857P</guid></item><item><title>New Post: Timezone rules for US 2008</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=29360</link><description>&lt;div style="line-height: normal;"&gt;Hi Nestor, absolutely, the code for that is in the PublicDomainTests project if you download the source from the Source Code tab in CodePlex:&lt;br&gt;
&lt;br&gt;
http://www.codeplex.com/publicdomain/SourceControl/ListDownloadableCommits.aspx&lt;br&gt;
&lt;br&gt;
The full tzdata parser is there as well as the C# code emitter which generates the code that is ultimately put into TzTimeZone.cs. The database parser is in the NUnit test in TzDatabaseTests.cs / ReadDatabase&lt;br&gt;
&lt;br&gt;
Thanks, &lt;br&gt;
Kevin&lt;br&gt;
&lt;/div&gt;</description><author>schizoidboy</author><pubDate>Tue, 22 Jul 2008 02:42:03 GMT</pubDate><guid isPermaLink="false">New Post: Timezone rules for US 2008 20080722024203A</guid></item><item><title>New Post: Timezone rules for US 2008</title><link>http://www.codeplex.com/publicdomain/Thread/View.aspx?ThreadId=29360</link><description>&lt;div style="line-height: normal;"&gt;Rick,&lt;br&gt;
Any chance you make available the code to read the data from a source? (instead of having them hardcoded in a DLL) &lt;br&gt;
Or just tell us how you went about it.&lt;br&gt;
I'd love to read these data from my SQL database.&lt;br&gt;
Thanks,&lt;br&gt;
Nestor
&lt;/div&gt;</description><author>nsulikow</author><pubDate>Mon, 21 Jul 2008 15:29:35 GMT</pubDate><guid isPermaLink="false">New Post: Timezone rules for US 2008 20080721032935P</guid></item><item><title>Created 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;</description><author>nsulikow</author><pubDate>Wed, 16 Jul 2008 06:20:44 GMT</pubDate><guid isPermaLink="false">Created Issue: GetHashCode() seems to return different numbers in x86 and x64 20080716062044A</guid></item></channel></rss>