<?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 How to extract timestamps with milliseconds that have a difference in the number of digits.? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398964#M71113</link>
    <description>&lt;P&gt;I have below logs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Wed May 15 13:00:00.4 ... (*it is 4miliseconds)
Wed May 15 13:00:00.82 ... (*it is 82miliseconds)
Wed May 15 13:00:00.110 ... (*it is 110miliseconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But these logs's timestamp are extracted like below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2019 5/15 13:00:00.400 ... (*actually, it is 4miliseconds)
2019 5/15 13:00:00.820 ... (*actually, it is 82miliseconds)
2019 5/15 13:00:00.110 ... (*actually, it is 110miliseconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there workaround to extract such timestamps in right way?&lt;BR /&gt;
If someone know about it, please tell me.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:14:08 GMT</pubDate>
    <dc:creator>yutaka1005</dc:creator>
    <dc:date>2019-05-29T09:14:08Z</dc:date>
    <item>
      <title>How to extract timestamps with milliseconds that have a difference in the number of digits.?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398964#M71113</link>
      <description>&lt;P&gt;I have below logs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Wed May 15 13:00:00.4 ... (*it is 4miliseconds)
Wed May 15 13:00:00.82 ... (*it is 82miliseconds)
Wed May 15 13:00:00.110 ... (*it is 110miliseconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But these logs's timestamp are extracted like below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2019 5/15 13:00:00.400 ... (*actually, it is 4miliseconds)
2019 5/15 13:00:00.820 ... (*actually, it is 82miliseconds)
2019 5/15 13:00:00.110 ... (*actually, it is 110miliseconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there workaround to extract such timestamps in right way?&lt;BR /&gt;
If someone know about it, please tell me.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398964#M71113</guid>
      <dc:creator>yutaka1005</dc:creator>
      <dc:date>2019-05-29T09:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract timestamps with milliseconds that have a difference in the number of digits.?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398965#M71114</link>
      <description>&lt;P&gt;Is this timestamp from Database using DB Connect ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 10:06:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398965#M71114</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-05-29T10:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract timestamps with milliseconds that have a difference in the number of digits.?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398966#M71115</link>
      <description>&lt;P&gt;The problem is actually in how milliseconds work, not in how Splunk works.  For your examples:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Wed May 15 13:00:00.4   ... (*it is 400 miliseconds)
Wed May 15 13:00:00.82  ... (*it is 820 miliseconds)
Wed May 15 13:00:00.110 ... (*it is 110 miliseconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Going the other way:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Wed May 15 13:00:00.004 ... (*it is   4 miliseconds)
Wed May 15 13:00:00.082 ... (*it is  82 miliseconds)
Wed May 15 13:00:00.110 ... (*it is 110 miliseconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So almost certainly everything is A-OK.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 15:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-extract-timestamps-with-milliseconds-that-have-a/m-p/398966#M71115</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-29T15:26:48Z</dc:date>
    </item>
  </channel>
</rss>

