<?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: Timestamp parsed incorrectly in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152739#M31088</link>
    <description>&lt;P&gt;Worked like a charm, great site also. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2014 21:08:48 GMT</pubDate>
    <dc:creator>timgtallongs</dc:creator>
    <dc:date>2014-02-17T21:08:48Z</dc:date>
    <item>
      <title>Timestamp parsed incorrectly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152737#M31086</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;

&lt;P&gt;I have the following log:&lt;/P&gt;

&lt;P&gt;09-feb-14   10:54:06.501    &lt;INFO&gt;  [w3wp.1320] {VproofApi}proofApi.GetOpenSessionscalled. &lt;/INFO&gt;&lt;/P&gt;

&lt;P&gt;Splunk parses this date as 2009-02-14 (year-month-day)&lt;/P&gt;

&lt;P&gt;Because i want the 09 as my day i tried using following time_format:&lt;/P&gt;

&lt;P&gt;%d-%m-%Y %H:%M:%S&lt;/P&gt;

&lt;P&gt;This gives an error&lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 09:16:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152737#M31086</guid>
      <dc:creator>timgtallongs</dc:creator>
      <dc:date>2014-02-17T09:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp parsed incorrectly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152738#M31087</link>
      <description>&lt;P&gt;Yes, &lt;CODE&gt;%m&lt;/CODE&gt; is the numeric representation of a month, i.e. 01, 02, 03 etc. What you want is the variable for the abbreviated alphabetic version, which is &lt;CODE&gt;%b&lt;/CODE&gt;. Also, you might want to change the &lt;CODE&gt;%Y&lt;/CODE&gt; to &lt;CODE&gt;%y&lt;/CODE&gt;, since you only represent the year with two digits. Then you can add the milliseconds as well.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_FORMAT = %d-%b-%y %H:%M:%S.%3N
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://www.strftime.net"&gt;http://www.strftime.net&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 10:43:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152738#M31087</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-02-17T10:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp parsed incorrectly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152739#M31088</link>
      <description>&lt;P&gt;Worked like a charm, great site also. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 21:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-parsed-incorrectly/m-p/152739#M31088</guid>
      <dc:creator>timgtallongs</dc:creator>
      <dc:date>2014-02-17T21:08:48Z</dc:date>
    </item>
  </channel>
</rss>

