<?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: Index timestamp off by an hour in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41083#M7621</link>
    <description>&lt;P&gt;Ah, then the problem is that Splunk probably just looks at the time zone name/description, and ignores the DST flag.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2010 21:16:17 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-09-01T21:16:17Z</dc:date>
    <item>
      <title>Index timestamp off by an hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41080#M7618</link>
      <description>&lt;P&gt;I'm having an issue where the timestamp for an event is presented one hour in the past.&lt;/P&gt;

&lt;P&gt;ex: for the following event produced on the splunk server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;20100831173739.374286
AvailableMBytes=1146
CommittedBytes=979374080
PagesPersec=12
PercentCommittedBytesInUse=21
wmi_type=Memory
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i'm seeing the following time for the event on the web interface:&lt;/P&gt;

&lt;P&gt;8/31/2010 4:37:39.3742&lt;/P&gt;

&lt;P&gt;it should be 8/31/2010 5:37:39:372&lt;/P&gt;

&lt;P&gt;some notes:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;This event is produced on the server same server that is running splunk&lt;/LI&gt;
&lt;LI&gt;i'm seeing this effect on all events (windows event log, other wmi, etc.)&lt;/LI&gt;
&lt;LI&gt;this is a windows environment. running windows 2008 with time zone set to GMT.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;any thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2010 01:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41080#M7618</guid>
      <dc:creator>atulmistry</dc:creator>
      <dc:date>2010-09-01T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Index timestamp off by an hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41081#M7619</link>
      <description>&lt;P&gt;Is the time zone set to GMT, or is the time zone set to "GMT: London,Dublin" or whatever the Windows interface calls it, or is it set to "GMT: Coordinated Universal Time"? During the summer, London is on British Summer Time, and the Windows UI is not clear that there is a difference between real GMT and London time.&lt;/P&gt;

&lt;P&gt;Nevertheless there is probably a bug in Splunk in that Splunk indexing seems to think that your machine is on "real" GMT, when in fact it's on British Time which switches between GMT and BST, and so does not make the appropriate adjustment when it stores the timestamps internally. It's likely/possible that Splunk indexing suffers from that same confusion as Windows probably presents a confusing time zone name to the APIs as well. At the same time, when times are displayed to the user, they are probably correctly converted according to the current offset of the display timezone. Or maybe it's the other way around.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2010 01:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41081#M7619</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-01T01:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Index timestamp off by an hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41082#M7620</link>
      <description>&lt;P&gt;i had it set to GMT: Dublin, Edinburgh, Lisbon, London with the daylight saving flag turned off. i changed it to GMT: Monrovia, Reykjavik and that resolved my issue. Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2010 18:47:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41082#M7620</guid>
      <dc:creator>atulmistry</dc:creator>
      <dc:date>2010-09-01T18:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Index timestamp off by an hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41083#M7621</link>
      <description>&lt;P&gt;Ah, then the problem is that Splunk probably just looks at the time zone name/description, and ignores the DST flag.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41083#M7621</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-01T21:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Index timestamp off by an hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41084#M7622</link>
      <description>&lt;P&gt;Hi Atul,&lt;/P&gt;

&lt;P&gt;can you please let em know what props u have used to resolve this issue.&lt;BR /&gt;
My issue is something like that, the logs are coming one hour delay(index time) from the venet generated time. And I need to change it to GMT+1 for BST as we are in BST currently?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Ankit&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 12:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-timestamp-off-by-an-hour/m-p/41084#M7622</guid>
      <dc:creator>LBG_Ankit</dc:creator>
      <dc:date>2018-09-18T12:31:34Z</dc:date>
    </item>
  </channel>
</rss>

