<?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: How do I convert serial date time? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114549#M23957</link>
    <description>&lt;P&gt;I would like to do it at index time but doing it at search would be acceptable.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2013 14:17:57 GMT</pubDate>
    <dc:creator>ckumbier</dc:creator>
    <dc:date>2013-10-25T14:17:57Z</dc:date>
    <item>
      <title>How do I convert serial date time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114547#M23955</link>
      <description>&lt;P&gt;How do I convert serial date time (1900 Date System)?  For example, I would like to convert &lt;BR /&gt;
41215.10417 to 11/2/12 2:30 AM&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 22:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114547#M23955</guid>
      <dc:creator>ckumbier</dc:creator>
      <dc:date>2013-10-24T22:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert serial date time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114548#M23956</link>
      <description>&lt;P&gt;Where are you trying to do the conversion?  In a search, or at index time?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 23:03:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114548#M23956</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-24T23:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert serial date time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114549#M23957</link>
      <description>&lt;P&gt;I would like to do it at index time but doing it at search would be acceptable.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 14:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114549#M23957</guid>
      <dc:creator>ckumbier</dc:creator>
      <dc:date>2013-10-25T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert serial date time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114550#M23958</link>
      <description>&lt;P&gt;Converting to unix time worked for me;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval AAA = (your_time_field - 25569) * 86400 | convert ctime(AAA)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where 25569 is the actual number of days between Jan 1 1900, and Jan 1 1970 (according to some online calendar tool - din't count them myself).  &lt;/P&gt;

&lt;P&gt;Subtract, multiply, convert, ACTION.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 19:17:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114550#M23958</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-25T19:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert serial date time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114551#M23959</link>
      <description>&lt;P&gt;Works for me.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 21:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-serial-date-time/m-p/114551#M23959</guid>
      <dc:creator>ckumbier</dc:creator>
      <dc:date>2013-10-25T21:45:31Z</dc:date>
    </item>
  </channel>
</rss>

