<?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: Timezone issue with Splunk on Windows in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25275#M4085</link>
    <description>&lt;P&gt;Did you see my comment above re: per-user time zones?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Apr 2012 13:56:43 GMT</pubDate>
    <dc:creator>araitz</dc:creator>
    <dc:date>2012-04-20T13:56:43Z</dc:date>
    <item>
      <title>Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25270#M4080</link>
      <description>&lt;P&gt;I've stucked on a couple of issues on Splunk since there was changes in timezone shift in my country.&lt;/P&gt;

&lt;P&gt;The main problem that the Splunk treats event data(all these syslog messages are sent in local time) normally and puts correct timestamp in front of them. BUT it shows incorrect time range when I choose option to search in some time range, not "all time", for example "last 15 minutes" or similar in real-time search:&lt;/P&gt;

&lt;P&gt;for example, local time is&lt;/P&gt;

&lt;P&gt;10:38:02&lt;/P&gt;

&lt;P&gt;but when I choose to search for last 15 minutes it shows me no event data and writes this on the top:&lt;/P&gt;

&lt;P&gt;1 result in the last 15 minutes (from 09:23:00 to 09:38:02 on Thursday, April 12, 2012)&lt;BR /&gt;
as you can see, time range there is incorrect with one hour diffirence.&lt;BR /&gt;
the same time I've got when issued the search&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;* | stats count AS tnow | eval tnow = now() | convert ctime(tnow)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;result is&lt;/P&gt;

&lt;P&gt;04/12/2012 09:38:02&lt;/P&gt;

&lt;P&gt;there is no TZ settings in my props.conf(C:\Program Files\Splunk\etc\system\local)&lt;/P&gt;

&lt;P&gt;local time on windows server and timezone setting is correct.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;I only guess that splunk's C:\Program Files\Splunk\share\splunk\zoneinfo.tzpack file(i guess it copy of zoneinfo) is inactual, Because recently Belarus had UTC+02 timezone and now UTC+03.&lt;/P&gt;

&lt;P&gt;What is format of this file ? May I somehow view it's content?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 07:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25270#M4080</guid>
      <dc:creator>let_eat_bee</dc:creator>
      <dc:date>2012-04-12T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25271#M4081</link>
      <description>&lt;P&gt;please anyone help me with the problem...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 12:23:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25271#M4081</guid>
      <dc:creator>let_eat_bee</dc:creator>
      <dc:date>2012-04-19T12:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25272#M4082</link>
      <description>&lt;P&gt;In your etc/system/local/props.conf add the following stanza&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::$YOUR_SERVER_NAME$]
TZ=$YOUR_TIME_ZONE$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;for example I have my server set to GMT. My stanza looks like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::Win2k8-Splunk]
TZ=GMT
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Apr 2012 16:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25272#M4082</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2012-04-19T16:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25273#M4083</link>
      <description>&lt;P&gt;Don't forget that in 4.3 you can specify a timezone value per user:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.1/Admin/Setupbuilt-inauthentication#Add_and_edit_users"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.1/Admin/Setupbuilt-inauthentication#Add_and_edit_users&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 18:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25273#M4083</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-04-19T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25274#M4084</link>
      <description>&lt;P&gt;thank you for the answers. As I've already said, I tried to play with TZ in props.conf.&lt;BR /&gt;
And it affect only on eventdata timestamps, not on that time, taken when "last 15 min" search is chosen(I've mark it in screenshot attatched)&lt;BR /&gt;
&lt;A href="http://imm.io/mCOF"&gt;http://imm.io/mCOF&lt;/A&gt;&lt;BR /&gt;
&lt;IMG src="http://i.imm.io/mCOF.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 07:26:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25274#M4084</guid>
      <dc:creator>let_eat_bee</dc:creator>
      <dc:date>2012-04-20T07:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25275#M4085</link>
      <description>&lt;P&gt;Did you see my comment above re: per-user time zones?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25275#M4085</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-04-20T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone issue with Splunk on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25276#M4086</link>
      <description>&lt;P&gt;yes, but I use free license with one user&lt;BR /&gt;
and make changes in config in etc/system/local/props.conf as well which has priority over other configs(per app, per user I mean..)&lt;/P&gt;</description>
      <pubDate>Sun, 22 Apr 2012 14:26:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone-issue-with-Splunk-on-Windows/m-p/25276#M4086</guid>
      <dc:creator>let_eat_bee</dc:creator>
      <dc:date>2012-04-22T14:26:28Z</dc:date>
    </item>
  </channel>
</rss>

