<?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: returns both time and date together in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33750#M6057</link>
    <description>&lt;P&gt;Are you asking how to convert the &lt;CODE&gt;_time&lt;/CODE&gt; value that you get in epoch format to something more humanly readable? In that case, use &lt;CODE&gt;convert ctime(earliest(_time))&lt;/CODE&gt; for that.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2012 11:51:58 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-11-14T11:51:58Z</dc:date>
    <item>
      <title>returns both time and date together</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33749#M6056</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Using _time we will get the time of the event. so by using earliest(_time), time is produced as the result. is there any function to return both date and time. i.e. time stamp together.&lt;/P&gt;

&lt;P&gt;thank you for your time&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33749#M6056</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2020-09-28T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: returns both time and date together</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33750#M6057</link>
      <description>&lt;P&gt;Are you asking how to convert the &lt;CODE&gt;_time&lt;/CODE&gt; value that you get in epoch format to something more humanly readable? In that case, use &lt;CODE&gt;convert ctime(earliest(_time))&lt;/CODE&gt; for that.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 11:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33750#M6057</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-11-14T11:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: returns both time and date together</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33751#M6058</link>
      <description>&lt;P&gt;thanks AYN it worked well with ctime&lt;/P&gt;

&lt;P&gt;..| convert ctime(_time) as time|stats earliest(time)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 12:19:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/returns-both-time-and-date-together/m-p/33751#M6058</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-11-14T12:19:36Z</dc:date>
    </item>
  </channel>
</rss>

