<?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: Why does SPLUNK show Date as a number? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171781#M49232</link>
    <description>&lt;P&gt;oh~ thank you so much&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2013 01:41:40 GMT</pubDate>
    <dc:creator>hylee</dc:creator>
    <dc:date>2013-12-10T01:41:40Z</dc:date>
    <item>
      <title>Why does SPLUNK show Date as a number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171778#M49229</link>
      <description>&lt;P&gt;Why does SPLUNK show Date as a number?&lt;/P&gt;

&lt;P&gt;For example, data(DATETIME) in a table is "2013-12-09 18:06:12". but in SPLINK, it shows "1386579972.000".&lt;/P&gt;

&lt;P&gt;SPLUNK doesn't read DATETIME format? or why?&lt;BR /&gt;
I don't want to change the DB table..&lt;/P&gt;

&lt;P&gt;Is there any way to correct in SPLUNK? help me..&lt;BR /&gt;
I hope to see the data(DATETIME) as a date in SPLUNK..&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 09:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171778#M49229</guid>
      <dc:creator>hylee</dc:creator>
      <dc:date>2013-12-09T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why does SPLUNK show Date as a number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171779#M49230</link>
      <description>&lt;P&gt;"1386579972" IS the date, it's just in another format - specifically, it's epoch, which is the number of seconds since January 1st 1970 00:00. You could check this yourself by using something like &lt;A href="http://www.epochconverter.com/"&gt;http://www.epochconverter.com/&lt;/A&gt; .&lt;/P&gt;

&lt;P&gt;I don't understand what the problem is. Splunk will parse this and set the correct timestamp, so what is the issue you're running into?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 10:02:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171779#M49230</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-12-09T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why does SPLUNK show Date as a number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171780#M49231</link>
      <description>&lt;P&gt;Like &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/59"&gt;@Ayn&lt;/a&gt; says, your field will be stored as an epoch time. You can then use the convert command or the strftime eval function to convert your field into a human readable format. Like so:&lt;/P&gt;

&lt;P&gt;&lt;YOUR_SEARCH&gt; | convert ctime(date) as human_readable_date&lt;BR /&gt;
or&lt;BR /&gt;
 &lt;YOUR_SEARCH&gt; | eval human_readable_date=strftime(date,"%Y-%m-%d %H:%M:%S")&lt;/YOUR_SEARCH&gt;&lt;/YOUR_SEARCH&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:27:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171780#M49231</guid>
      <dc:creator>aholzer</dc:creator>
      <dc:date>2020-09-28T15:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why does SPLUNK show Date as a number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171781#M49232</link>
      <description>&lt;P&gt;oh~ thank you so much&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 01:41:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171781#M49232</guid>
      <dc:creator>hylee</dc:creator>
      <dc:date>2013-12-10T01:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why does SPLUNK show Date as a number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171782#M49233</link>
      <description>&lt;P&gt;I didn't know that. thank you&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 01:41:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-SPLUNK-show-Date-as-a-number/m-p/171782#M49233</guid>
      <dc:creator>hylee</dc:creator>
      <dc:date>2013-12-10T01:41:57Z</dc:date>
    </item>
  </channel>
</rss>

