<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert 5 digit date serial number to MM/DD/YYYY in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069435#M43386</link>
    <description>Thanks Vince!&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Jun 2021 15:30:52 GMT</pubDate>
    <dc:creator>kennethf</dc:creator>
    <dc:date>2021-06-17T15:30:52Z</dc:date>
    <item>
      <title>Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574661#M32535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have a string field (named &lt;STRONG&gt;StartDate&lt;/STRONG&gt;) in an attribute table that contains numerous 5 digit (post 1900, Excel style) values (such as 40,240) that I need to convert into into a readable date format (which in this case would be MM/DD/YYYY).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an empty field named &lt;STRONG&gt;StartDateDT&lt;/STRONG&gt; to house the converted serial dates.&amp;nbsp; The field is in DATE format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the code in VB (preferred) or python to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ArcMap 10.22, standard (aka ArcEditor) license, BTW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many THANKS in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil in Houston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574661#M32535</guid>
      <dc:creator>PhilLampe1</dc:creator>
      <dc:date>2016-04-01T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574662#M32536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample of what your data looks like?&amp;nbsp; I know you described it above, but at least at first glance I'm not seeing how 40,240 turns into a date, specifically what date should that be after correct conversion to MM/DD/YYYY?.&amp;nbsp; Or if you know it, what is the formula to do the conversion?&amp;nbsp; Given that, it shouldn't be too hard to code a conversion so the new date field can be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574662#M32536</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-04-01T19:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574663#M32537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made one small error when I posted the example of the data value 40,240.&amp;nbsp; It should be w/o the comma.&amp;nbsp; So it would actually be 40240.&amp;nbsp; This is a number that comes from within Excel and represents a serial number that Excel uses to create a date after the year 1900.&amp;nbsp; It is not a Julian date, but from what I gather is commonly referred to as an Excel serial date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a screenshot showing the two columns in question.&lt;A href="https://imgur.com/Y6KVBhY"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the goal here is to take the 5-digit values in Col-A and convert them into a readable date format in Col-B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for what formula to use, I am not sure where to begin on that.&amp;nbsp; Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps to clarify some.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 21:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574663#M32537</guid>
      <dc:creator>PhilLampe1</dc:creator>
      <dc:date>2016-04-01T21:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574664#M32538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has some relevant information&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/kb/214099" title="https://support.microsoft.com/en-us/kb/214099"&gt;https://support.microsoft.com/en-us/kb/214099&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P class="section-header" style="padding-bottom: 18px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(0, 0, 0, 0.298039); margin-bottom: 28px; color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;H5 class="section-title" style="font-size: 32px; font-weight: 300;"&gt;SUMMARY&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;This article explains how to convert serial number dates to "Julian dates" and how to convert Julian dates to serial number dates in Microsoft Excel 2000. Julian dates refer to the number of days from the first of the year and the number of days until the end of the year as printed on most desktop calendars.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;Many government agencies and contractors require the use of Julian dates. &lt;/SPAN&gt;&lt;/P&gt;&lt;H4 class="sbody-h4" style="margin-top: 16px; margin-bottom: 16px; font-size: 1.125rem; font-weight: 300; color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;Examples of Julian Dates&lt;/H4&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;The following are examples of Julian dates:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp; Julian date ------------------------- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan-01-1999 99001 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan-10-1999&amp;nbsp;&amp;nbsp; 99010&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/kb/214099#toc" name="bottom" style="color: #0078d7; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;back to the top&lt;/A&gt;&lt;/P&gt;&lt;H3 class="sbody-h3" style="margin-top: 24px; margin-bottom: 24px; font-size: 1.25rem; font-weight: 300; color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;Date Conversion Formulas&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;The following examples show how to work with serial number dates and Julian dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;H4 class="sbody-h4" style="margin-top: 16px; margin-bottom: 16px; font-size: 1.125rem; font-weight: 300; color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;To Convert a Serial Number Date to a Julian Date&lt;/H4&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;"&gt;Use the following Microsoft Excel 2000 formula to convert a serial number date to a Julian date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; =TEXT(Standard_Date,"yy")&amp;amp;TEXT((Standard_Date- DATEVALUE("1/1/"&amp;amp;TEXT(Standard_Date,"yy"))+1),"000")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 21:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574664#M32538</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-01T21:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574665#M32539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for passing the handy reference for converting the conversions from Julian to Serial, etc.&amp;nbsp; In my initial Google searches I also came across this information as I was in the belief that I was looking for a conversion from Julian to a standard date format.&amp;nbsp; But what I then realized is that I'm actually trying to convert a Serial date to calendar date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Julian date is not exclusive to Excel but the Serial date is - as you my know already, and goes almost to the beginning of recorded history.&amp;nbsp; In contrast the Excel Serial date begins in the year 1900 (or 1904 in some cases).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formulas provided in the MS bulletin will work in Excel but I don't think they'll suffice in ArcMap as I believe ArcMap doesn't always follow Excel's reserved words in VB syntax, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dilemma is how do I find the comparative code in VB for ArcMap to use in the field calculator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, and I forgot to mention - if there's any way to do this using Python I'm open to suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574665#M32539</guid>
      <dc:creator>PhilLampe1</dc:creator>
      <dc:date>2016-04-01T22:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574666#M32540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many potential routes from "days since 01-Jan-1900" to a proper timestamp. One of the easiest might be to subtract 25569 (the Excel value of 01-Jan-1970), multiply that day value by 86400 (60*60*24 seconds per day), then use "seconds since 01-Jan-1970" to make a conventional date type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 03:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574666#M32540</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-04-02T03:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574667#M32541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE: I got a reply (which I consider a working solution) from another posting I put up on StackExchange.&amp;nbsp; The responder (Midavalo) provided this Python code to be put in the field calculator box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;datetime.datetime(1899, 12, 30) + datetime.timedelta(days= !INSERT FIELD NAME HERE! )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The StackExchange posting can be found here: &lt;A href="http://gis.stackexchange.com/questions/187695/convert-5-digit-serial-date-to-mm-dd-yyyy/187722#187722"&gt;http://gis.stackexchange.com/questions/187695/convert-5-digit-serial-date-to-mm-dd-yyyy/187722#187722&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many THANKS to Chris, Dan and Vince for their inputs here at Geonet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, would this have been better posted in another of the Geonet's sub-groups like Python?&amp;nbsp; I must say I find the new forum interface both confusing and hard to figure out where to post something.&amp;nbsp; Is there any type of document(s) that can provide a better insight on how to find where you want to post something here at the Geonet site?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 17:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574667#M32541</guid>
      <dc:creator>PhilLampe1</dc:creator>
      <dc:date>2016-04-02T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574668#M32542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Managing Data is fine since it is really just about a data format conversion and not specific to Python or Geoprocessing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 18:50:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574668#M32542</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-02T18:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574669#M32543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dealt with this issue today. Your code worked after we told it to view the string field as an integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code we used in the Field Calculator:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;datetime.datetime(1899,12,30) + datetime.timedelta(days = int( !START_DATE!))&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Related Links:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/ideas/16476-excel-to-table-date-conversion"&gt;https://community.esri.com/ideas/16476-excel-to-table-date-conversion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/231594-date-field-in-excel-to-table-tool"&gt;https://community.esri.com/thread/231594-date-field-in-excel-to-table-tool&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 21:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/574669#M32543</guid>
      <dc:creator>deleted-user-8TJ6jZDO1Rfr</dc:creator>
      <dc:date>2019-04-03T21:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069054#M43384</link>
      <description>&lt;P&gt;Hi Vince,&lt;/P&gt;&lt;P&gt;I hope you're still out there after all these years.&amp;nbsp; I need the solution you suggest but I don't know how to finish the equation.&lt;/P&gt;&lt;P&gt;My sample input serial date is&amp;nbsp;&lt;SPAN&gt;44360&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My equation is (&lt;SPAN&gt;44360 &lt;/SPAN&gt;&amp;nbsp;- 25569) * 86400&lt;/P&gt;&lt;P&gt;which returns&amp;nbsp;&lt;SPAN&gt;19-Jan-1970&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ken&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 19:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069054#M43384</guid>
      <dc:creator>kennethf</dc:creator>
      <dc:date>2021-06-16T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069378#M43385</link>
      <description>&lt;P&gt;18791 days after 01-Jan-1970 isn't likely to be 19-Jan-1970; perhaps you used a converter based on milliseconds, and you need to multiply by an additional 1000?&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 14:39:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069378#M43385</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-06-17T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 5 digit date serial number to MM/DD/YYYY</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069435#M43386</link>
      <description>Thanks Vince!&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2021 15:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/m-p/1069435#M43386</guid>
      <dc:creator>kennethf</dc:creator>
      <dc:date>2021-06-17T15:30:52Z</dc:date>
    </item>
  </channel>
</rss>

