<?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: Date Format in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format/m-p/374281#M67831</link>
    <description>&lt;P&gt;That's an epoch timestamp.  Convert it using &lt;CODE&gt;strftime&lt;/CODE&gt; as in this run-anywhere example.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval LastScanDate=1485064800 | eval LSD=strftime(LastScanDate,"%Y/%m/%d %H:%M:%S") | table LastScanDate LSD
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 29 Jun 2017 14:32:12 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-06-29T14:32:12Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format/m-p/374280#M67830</link>
      <description>&lt;P&gt;Anyone have any recommendations on how to convert this time date format  to a friendly date?  I have tried strftime and strptime with no luck&lt;BR /&gt;
LastScanDate=1485064800&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:23:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format/m-p/374280#M67830</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2017-06-29T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format/m-p/374281#M67831</link>
      <description>&lt;P&gt;That's an epoch timestamp.  Convert it using &lt;CODE&gt;strftime&lt;/CODE&gt; as in this run-anywhere example.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval LastScanDate=1485064800 | eval LSD=strftime(LastScanDate,"%Y/%m/%d %H:%M:%S") | table LastScanDate LSD
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:32:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format/m-p/374281#M67831</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-06-29T14:32:12Z</dc:date>
    </item>
  </channel>
</rss>

