<?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 TimeZone issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TimeZone-issue/m-p/364170#M66294</link>
    <description>&lt;P&gt;I am having issue with some ironport logs with Time zone. The logs are coming in as UTC "2017-05-04T16:05:40+00:00" but it is actually CDT time. How do i tell Splunk in props.conf to ignore +00:00 at the end and look at it as CDT time zone.&lt;BR /&gt;
I have tried the following but didnt work&lt;/P&gt;

&lt;P&gt;[source:::///...../&lt;EM&gt;/&lt;/EM&gt;.log]&lt;BR /&gt;
TZ = US/Central&lt;/P&gt;

&lt;P&gt;Also tried using [host::2.2.2]&lt;/P&gt;

&lt;P&gt;Any help would be welcomed&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 21:48:42 GMT</pubDate>
    <dc:creator>ssyed2009</dc:creator>
    <dc:date>2017-05-04T21:48:42Z</dc:date>
    <item>
      <title>TimeZone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TimeZone-issue/m-p/364170#M66294</link>
      <description>&lt;P&gt;I am having issue with some ironport logs with Time zone. The logs are coming in as UTC "2017-05-04T16:05:40+00:00" but it is actually CDT time. How do i tell Splunk in props.conf to ignore +00:00 at the end and look at it as CDT time zone.&lt;BR /&gt;
I have tried the following but didnt work&lt;/P&gt;

&lt;P&gt;[source:::///...../&lt;EM&gt;/&lt;/EM&gt;.log]&lt;BR /&gt;
TZ = US/Central&lt;/P&gt;

&lt;P&gt;Also tried using [host::2.2.2]&lt;/P&gt;

&lt;P&gt;Any help would be welcomed&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 21:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TimeZone-issue/m-p/364170#M66294</guid>
      <dc:creator>ssyed2009</dc:creator>
      <dc:date>2017-05-04T21:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: TimeZone issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TimeZone-issue/m-p/364171#M66295</link>
      <description>&lt;P&gt;That time zone offset, if present, takes precedence over the TZ value, per this page - &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/Data/Applytimezoneoffsetstotimestamps"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/Data/Applytimezoneoffsetstotimestamps&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In order for the TZ to work, therefore,  the +00:00 needs to be ignored completely.   So you just need to redo the time format for that source type to NOT have that aspect of the input being considered as part of the time stamp.  &lt;/P&gt;

&lt;P&gt;props.conf -&lt;/P&gt;

&lt;P&gt;[source:::///.....//.log]&lt;BR /&gt;
    TZ = US/Central&lt;BR /&gt;
    TIME_FORMAT = %Y-%m-%dT%H:%M:%S&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 00:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TimeZone-issue/m-p/364171#M66295</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-05-05T00:43:32Z</dc:date>
    </item>
  </channel>
</rss>

