<?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 would I read in a log entry with uncommon time formats? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11302#M554</link>
    <description>&lt;P&gt;I don't know of a way to have it read that. Splunk uses strptime, plus a few additions (like %Z, %3N, and I &lt;EM&gt;think&lt;/EM&gt; it might be able to pick up hexadecimal epoch time) but I am not aware of a way to offset dates or times at index time.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2010 21:03:42 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-04-13T21:03:42Z</dc:date>
    <item>
      <title>How would I read in a log entry with uncommon time formats?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11301#M553</link>
      <description>&lt;P&gt;Log entries have timestamps with Taiwan years.  Taiwan year = current year-1911, so this year is 99.  By default Splunk sees the time as the year 1999 and shows old data&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;990413 10:14:25  = April 13, 2010 10:14:25
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this something I can use datetime.xml for?  Maybe an offset?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2010 14:24:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11301#M553</guid>
      <dc:creator>dskillman</dc:creator>
      <dc:date>2010-04-13T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How would I read in a log entry with uncommon time formats?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11302#M554</link>
      <description>&lt;P&gt;I don't know of a way to have it read that. Splunk uses strptime, plus a few additions (like %Z, %3N, and I &lt;EM&gt;think&lt;/EM&gt; it might be able to pick up hexadecimal epoch time) but I am not aware of a way to offset dates or times at index time.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2010 21:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11302#M554</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-13T21:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How would I read in a log entry with uncommon time formats?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11303#M555</link>
      <description>&lt;P&gt;It can definitely pick up hex epoch time.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2010 10:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11303#M555</guid>
      <dc:creator>dskillman</dc:creator>
      <dc:date>2010-04-14T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How would I read in a log entry with uncommon time formats?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11304#M556</link>
      <description>&lt;P&gt;Support for offsets (or taiwanese years) would be an enhancement request.  For this case you might be able to get away with a strptime that ignores the year, with a TIME_PREFIX that skips past it (be sure your regex doesn't fail next year when they go to 100).  We &lt;EM&gt;should&lt;/EM&gt; be able to default to the current year.  Untested.&lt;BR /&gt;
4 digit years are highly recommended.  Sounds like Taiwan will go through this learning experience next year.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2010 07:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-read-in-a-log-entry-with-uncommon-time-formats/m-p/11304#M556</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-04-17T07:14:24Z</dc:date>
    </item>
  </channel>
</rss>

