<?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: Does Splunk take into consideration Timezone Daylight Saving ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141300#M28945</link>
    <description>&lt;P&gt;I think I spoke too soon!  Looks like _time is now reflecting daylight savings time.  Thanks so much!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2015 20:58:50 GMT</pubDate>
    <dc:creator>darlas</dc:creator>
    <dc:date>2015-06-29T20:58:50Z</dc:date>
    <item>
      <title>Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141292#M28937</link>
      <description>&lt;P&gt;Hello Splunkies and Splunklemen ,&lt;/P&gt;

&lt;P&gt;Does Splunk Automatically take into consideration Daylight Savings Time (DST)  ? Or should this parameter be defined somewhere ? &lt;/P&gt;

&lt;P&gt;If so can anyone tell me how its done via props.conf ?&lt;/P&gt;

&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141292#M28937</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2015-06-03T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141293#M28938</link>
      <description>&lt;P&gt;IMHO, unless each event specifies &lt;CODE&gt;TZ&lt;/CODE&gt; inside the event timestamp, you should &lt;EM&gt;always&lt;/EM&gt; set &lt;CODE&gt;TZ&lt;/CODE&gt; by &lt;CODE&gt;host&lt;/CODE&gt; in &lt;CODE&gt;props.conf&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Tuscon
[host::My\.Host\.IP\.Here]
TZ = US/Mountain
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141293#M28938</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-03T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141294#M28939</link>
      <description>&lt;P&gt;Cool! Thank you. This goes on the indexer right ? Would it modify _time for all the logs or only the recently added ones ? &lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 08:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141294#M28939</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2015-06-04T08:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141295#M28940</link>
      <description>&lt;P&gt;Only new ones that come in after the indexer has Splunk restarted.  You can track which events have updated TZs and which do not by looking at the &lt;CODE&gt;date_zone&lt;/CODE&gt; field.  Don't forget to "Accept" my answer!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:06:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141295#M28940</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-04T13:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141296#M28941</link>
      <description>&lt;P&gt;Thanks mate! &lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141296#M28941</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2015-06-04T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141297#M28942</link>
      <description>&lt;P&gt;In my situation, I have defined TZ=PST in my props.conf file for the particular event source.  My Splunk servers are all in UTC.  This worked fine until recently when we moved the clocks up an hour for daylight savings time.  So now it seems my TZ should = PDT, but there is not such a value.  Also this means I would have to change this 2x/year when we change the clocks..and in each props.conf file.  Am I missing something here?  How do I handle this situation?&lt;/P&gt;

&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141297#M28942</guid>
      <dc:creator>darlas</dc:creator>
      <dc:date>2015-06-29T19:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141298#M28943</link>
      <description>&lt;P&gt;The "US/" notation implies DST, which is one of the reasons I used it in my answer.  You need "US/Pacific" to handle DST changes.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141298#M28943</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-29T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141299#M28944</link>
      <description>&lt;P&gt;Thanks for the quick reply!  I changed my props.conf but does not seem to be changing the behavior.  I've given it about 30 minutes just in case it took time to affect the events.  I'll have to keep digging.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 20:32:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141299#M28944</guid>
      <dc:creator>darlas</dc:creator>
      <dc:date>2015-06-29T20:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk take into consideration Timezone Daylight Saving ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141300#M28945</link>
      <description>&lt;P&gt;I think I spoke too soon!  Looks like _time is now reflecting daylight savings time.  Thanks so much!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 20:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-take-into-consideration-Timezone-Daylight-Saving/m-p/141300#M28945</guid>
      <dc:creator>darlas</dc:creator>
      <dc:date>2015-06-29T20:58:50Z</dc:date>
    </item>
  </channel>
</rss>

