<?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: Time zone recognition still doesn't work after editing props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74284#M15187</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I join to greg question for Splunk guys&lt;/STRONG&gt;: Is it a bug in Splunk timezone package (Moscow is now in UTC +04:00 with "no upcoming Daylight Saving Time changes" (c))? &lt;/P&gt;

&lt;P&gt;Such bug would make event correlation through different time zones unreachable. &lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2012 13:11:57 GMT</pubDate>
    <dc:creator>astepanov</dc:creator>
    <dc:date>2012-02-24T13:11:57Z</dc:date>
    <item>
      <title>Time zone recognition still doesn't work after editing props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74280#M15183</link>
      <description>&lt;P&gt;Splunk 4.3 is installed locally on my Windows computer where time zone is set correctly. &lt;BR /&gt;
I have timestamps formatted like this: 2012-01-01 12:00:00 ...log data...&lt;/P&gt;

&lt;P&gt;My ...\etc\system\local\props.conf is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [source::...\\*Statistics\\...\\*.log*] 
    TIME_FORMAT=%Y-%m-%d %H:%M:%S  
    TZ=Europe/Moscow  
    MAX_TIMESTAMP_LOOKAHEAD=30
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and my logs are stored according to the path mask specified under source stanza &lt;BR /&gt;
(say, D:\Data\Statistics\Db\Transactions.log).&lt;/P&gt;

&lt;P&gt;After restarting Splunk with such settings I still have GMT+3 instead of GMT+4. &lt;BR /&gt;
Incorrectly shifted timestamps are displayed on summary page and in every report table where _time field is present.&lt;/P&gt;

&lt;P&gt;I managed to fix this problem in 4.2 simply by editing props.conf. &lt;BR /&gt;
Strange, but after installing 4.3 it came again.&lt;/P&gt;

&lt;P&gt;What should I check and correct in addition to props.conf?&lt;BR /&gt;
Did something change in 4.3, maybe .conf file location or settings format?&lt;/P&gt;

&lt;P&gt;--&lt;BR /&gt;
UPDATE:&lt;BR /&gt;
Since November, 2014 we are back in GMT+3 in Moscow (RTZ2 timezone) with no further switch to daylight time.&lt;BR /&gt;
So, the problem is no longer actual and not reproduced (Splunk 6.1).&lt;/P&gt;

&lt;P&gt;However, the workaround below could be useful for somebody with similar problem.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2012 01:21:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74280#M15183</guid>
      <dc:creator>greg</dc:creator>
      <dc:date>2012-02-19T01:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone recognition still doesn't work after editing props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74281#M15184</link>
      <description>&lt;P&gt;Any changes you make to this will only take effect on newly indexed data.&lt;/P&gt;

&lt;P&gt;One area to check would be to run this command (from the splunk/bin directory),&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk cmd btool props list --debug&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will output every props statement currently in effect with the debug command adding a prefix to each line that has the name of the app responsible to help identify what is causing it. Its possible something else in 4.3 is overriding your setting.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2012 11:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74281#M15184</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-02-19T11:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone recognition still doesn't work after editing props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74282#M15185</link>
      <description>&lt;P&gt;Thanks for this command, I found my config section in the output and it looks OK. Still trying to figure out where the problem is.&lt;BR /&gt;
Newly indexed data keeps coming with incorrect time zone.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2012 22:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74282#M15185</guid>
      <dc:creator>greg</dc:creator>
      <dc:date>2012-02-19T22:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone recognition still doesn't work after editing props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74283#M15186</link>
      <description>&lt;P&gt;I went further in my investigation and found some interesting things:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;If I remove props.conf at all, event timestamps become correct (UTC +04:00).&lt;BR /&gt;
In the mean time, timestamps on search summary page are still off by an hour (UTC +03:00).&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If I change Windows time zone, say, to "Abu Dhabi/Muscat" (UTC +04:00), timestamps on summary page turn to their correct values. &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;So I can conclude there are incorrect time zone mappings in Splunk for Moscow time zone. &lt;BR /&gt;
The workaround for me was to set computer time zone to "Abu Dhabi/Muscat" (UTC +04:00), but it doesn't look very nice.&lt;/P&gt;

&lt;P&gt;-- P.S. --&lt;BR /&gt;&lt;BR /&gt;
How can I check the timezone offset for Europe/Moscow in Splunk 4.3?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Question to Splunk guys&lt;/STRONG&gt;:Is it a bug in Splunk timezone package (Moscow is now in UTC +04:00 with "no upcoming Daylight Saving Time changes" (c))?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 16:53:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74283#M15186</guid>
      <dc:creator>greg</dc:creator>
      <dc:date>2012-02-21T16:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone recognition still doesn't work after editing props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74284#M15187</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I join to greg question for Splunk guys&lt;/STRONG&gt;: Is it a bug in Splunk timezone package (Moscow is now in UTC +04:00 with "no upcoming Daylight Saving Time changes" (c))? &lt;/P&gt;

&lt;P&gt;Such bug would make event correlation through different time zones unreachable. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2012 13:11:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-zone-recognition-still-doesn-t-work-after-editing-props/m-p/74284#M15187</guid>
      <dc:creator>astepanov</dc:creator>
      <dc:date>2012-02-24T13:11:57Z</dc:date>
    </item>
  </channel>
</rss>

