<?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: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31931#M5612</link>
    <description>&lt;P&gt;How are you transferring these logs to splunk?&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2013 21:04:57 GMT</pubDate>
    <dc:creator>wrangler2x</dc:creator>
    <dc:date>2013-05-13T21:04:57Z</dc:date>
    <item>
      <title>Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31930#M5611</link>
      <description>&lt;P&gt;I'm trying to get logs time stamped correctly in Splunk.  The format of the logs is one line per event, each line has a time stamp.  There is a date stamp at the top of the log.&lt;/P&gt;

&lt;P&gt;In one of the logs, the time stamp jumps from 00:58:16.156 to 05:59:15.281.  For some reason Splunk is interpreting the timestamp as 1 day earlier?&lt;/P&gt;

&lt;P&gt;It's the 40th event down in the log... so 40 good interpretations, and after a 5 hour jump Splunk thinks it's 1 day earlier?&lt;/P&gt;

&lt;P&gt;Here is the first line of the log:&lt;BR /&gt;
Splunk Preview              Log&lt;BR /&gt;
4/18/13 12:00:00.000 AM 18/04/2013 - 00:33:51.828 - LOG OPENED - CHANGE OF DATE&lt;/P&gt;

&lt;P&gt;The rest of the log only has time stamp at the beginning:&lt;BR /&gt;
37  4/18/13 12:58:16.156 AM 00:58:16.156    +263852 closing dst socket...&lt;BR /&gt;
38  4/18/13 12:58:16.156 AM 00:58:16.156    +263852 closing dst size socket...&lt;BR /&gt;
39  4/17/13 5:59:15.281 AM      05:59:15.281    +Adding dub job 263853 ...&lt;BR /&gt;
40  4/17/13 5:59:15.359 AM      05:59:15.359    +Trying to add&lt;BR /&gt;
41  4/17/13 5:59:15.359 AM      05:59:15.359    ++263853 Connected to source&lt;/P&gt;

&lt;P&gt;If I set the MAX_DAYS_AGO = 1&lt;BR /&gt;
Splunk attempts to interpret the time stamp as 4/17/2013, but because it is outside the date range, instead sets the date time to the last time stamp.&lt;BR /&gt;
Which gives me 1,980 events all at one time making the log useless.&lt;/P&gt;

&lt;P&gt;I've tried: &lt;BR /&gt;
• setting Timestamp never extends more than 13 chars into the event.&lt;BR /&gt;
• setting the strptime format as %d/%m/%Y (this picks up the date at the top of the log, but then fails for the timestamps (yellow triangle) and yet recognizes them (green highlight).&lt;BR /&gt;
• setting the strptime format as %h:%m:%s.%3N: this doesn't work for the timestamps in the log &amp;amp; fails for the date at the top of the log.  Yet Splunk recognizes them (green highlight)&lt;BR /&gt;
• prefexing Timestamp by a pattern of +, recognizes both DateStamp &amp;amp; TimeStamps with no errors, however, same issue of setting time back a day after 5 hour jump in log.&lt;/P&gt;

&lt;P&gt;Any other ideas out there on how to get this set up?&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;The way this equipment is set to log, is create 1 file per day.  The logs are named Day_05.txt, Day_06.txt.  I checked some of the other log files and there are no problems getting the data in correctly.&lt;/P&gt;

&lt;P&gt;It appears that there is something with Splunk that doesn't like going from a 00 hour to a 05 hour and it causes misinterpretation of the date, if there is no date included with the time stamp.&lt;/P&gt;

&lt;P&gt;Not sure if there is something I can look for in the Splunk logs that would confirm this theory.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Just did a test by modifying a test file and adding date in front of each time stamp.  Was interpreted correctly.&lt;BR /&gt;
18/04/2013 - 00:33:51.828 - LOG OPENED - CHANGE OF DATE&lt;/P&gt;

&lt;P&gt;18/04/2013 00:33:51.828 +Adding dub job 263851 ...&lt;BR /&gt;
18/04/2013 00:33:51.906 +Trying to add&lt;BR /&gt;
18/04/2013 05:59:15.281 +Adding dub job 263853 ...&lt;BR /&gt;
18/04/2013 05:59:15.359 +Trying to add&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Another test by incrementing the time by 1 hour increments.  Interpreted correctly.&lt;BR /&gt;
18/04/2013 - 00:33:51.828 - LOG OPENED - CHANGE OF DATE&lt;/P&gt;

&lt;P&gt;00:33:51.828    +Adding dub job 263851 ...&lt;BR /&gt;
01:33:51.906    +Trying to add&lt;BR /&gt;
02:59:15.281    +Adding dub job 263853 ...&lt;BR /&gt;
03:59:15.359    +Trying to add&lt;BR /&gt;
04:33:51.828    +Adding dub job 263851 ...&lt;BR /&gt;
05:59:15.359    +Trying to add&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Tested a log file with 6 entries, with the last entry jumping from 00 hour on the 1st entry to 05 on the last entry.  Interpretation failed.  The left time stamp is from the Splunk preview:&lt;BR /&gt;
2   4/18/13 12:33:51.828 AM 18/04/2013 - 00:33:51.828 - LOG OPENED - CHANGE OF DATE&lt;BR /&gt;
3   4/18/13 12:33:51.828 AM 00:33:51.828    +Adding dub job 263851 ...&lt;BR /&gt;
4   4/18/13 12:33:51.906 AM 00:33:51.906    +Trying to add&lt;BR /&gt;
5   4/18/13 12:59:15.281 AM 00:59:15.281    +Adding dub job 263853 ...&lt;BR /&gt;
6   4/18/13 12:59:15.359 AM 00:59:15.359    +Trying to add&lt;BR /&gt;
7   4/18/13 12:33:51.828 AM 00:33:51.828    +Adding dub job 263851 ...&lt;BR /&gt;
8   4/17/13 5:59:15.359 AM      05:59:15.359    +Trying to add&lt;BR /&gt;
9   4/19/13 12:00:09.812 AM 19/04/2013 - 00:00:09.812 - LOG CLOSED - CHANGE OF DATE&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Another test going back one hour at a time before the 05 hour mark.  04, failed.  However, 03 worked.&lt;BR /&gt;
2   4/18/13 12:33:51.828 AM 18/04/2013 - 00:33:51.828 - LOG OPENED - CHANGE OF DATE&lt;BR /&gt;
3   4/18/13 12:33:51.828 AM 00:33:51.828    +Adding dub job 263851 ...&lt;BR /&gt;
4   4/18/13 12:33:51.906 AM 00:33:51.906    +Trying to add&lt;BR /&gt;
5   4/18/13 12:59:15.281 AM 00:59:15.281    +Adding dub job 263853 ...&lt;BR /&gt;
6   4/18/13 12:59:15.359 AM 00:59:15.359    +Trying to add&lt;BR /&gt;
7   4/18/13 3:33:51.828 AM      03:33:51.828    +Adding dub job 263851 ...&lt;BR /&gt;
8   4/18/13 5:59:15.359 AM      05:59:15.359    +Trying to add&lt;/P&gt;

&lt;H2&gt;9   4/19/13 12:00:09.812 AM 19/04/2013 - 00:00:09.812 - LOG CLOSED - CHANGE OF DATE&lt;/H2&gt;

&lt;P&gt;On a smaller file with 00 hour and one 05 hour, I put in a timestamp format as %H:%M:%s, and it worked.  However, %h:%m:%s does not work.  When I tried to apply %H:%M:%s to the full file, it did not work.  Not sure why an upper case would work and lower would not work... still looking for that answer.&lt;/P&gt;

&lt;P&gt;Noticed in the splunk datetime.xml CDATA for extracting hour is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;text&amp;gt;&amp;lt;![CDATA[([01]?[1-9]|[012][0-3])(?!\d)]]&amp;gt;&amp;lt;/text&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure how to look or read this yet, but am noticing 0-3, which will parse correctly in my files, but going from 0 to 4 or 5 will not work.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Tried modifying the datetime.xml to be 0-9.  No Improvement.&lt;BR /&gt;
Also tried changing 0-3 to 0-5, although I don't think this has anything do do with the issue.  No Improvement.&lt;/P&gt;

&lt;P&gt;What's odd about this issue is that Splunk is recognizing the timestamp.  I've seen some instances where a time stamp is not recognized and Splunk defaults back to the previous timestamp.  This would mean Splunk is keeping a running date/time stamp for previous events in a file and possible use this to help determine the timestamp.  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:53:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31930#M5611</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2020-09-28T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31931#M5612</link>
      <description>&lt;P&gt;How are you transferring these logs to splunk?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 21:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31931#M5612</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2013-05-13T21:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31932#M5613</link>
      <description>&lt;P&gt;Through a shared network folder using Data Inputs (files)&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 21:12:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31932#M5613</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2013-05-13T21:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31933#M5614</link>
      <description>&lt;P&gt;I see. I was going to say that if it was coming in through syslog that you could rewrite the header for the log entries to have a proper date and time timestamp. Perhaps the format is configurable on what ever is generating the logs. That would be easiest.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 22:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31933#M5614</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2013-05-13T22:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31934#M5615</link>
      <description>&lt;P&gt;I found a splunk question where another person was having the same problem. Take a look and try what is suggested there, and see if it helps.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/45629/timestamp-has-correct-time-incorrect-date-for-some-events"&gt;Timestamp has correct time, incorrect date for some events&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/45629/timestamp-has-correct-time-incorrect-date-for-some-events"&gt;http://splunk-base.splunk.com/answers/45629/timestamp-has-correct-time-incorrect-date-for-some-events&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 22:29:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31934#M5615</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2013-05-13T22:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31935#M5616</link>
      <description>&lt;P&gt;Both of those links are to the same question.&lt;/P&gt;

&lt;P&gt;They didn't help with solving the issue.  I have a date inside of the file, it's on the first line.  However, the rest of the log is in time.&lt;/P&gt;

&lt;P&gt;18/04/2013 - 00:33:51.828 - LOG OPENED - CHANGE OF DATE&lt;/P&gt;

&lt;P&gt;00:58:13.109    +263852 Verified copied file size Source: Archive E/TR11239.mxf, &lt;BR /&gt;
00:58:16.156    +263852 closing src socket...&lt;BR /&gt;
00:58:16.156    +263852 closing dst socket...&lt;BR /&gt;
00:58:16.156    +263852 closing dst size socket...&lt;BR /&gt;
05:59:15.281    +Adding dub job 263853 ...&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 23:14:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31935#M5616</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2013-05-13T23:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31936#M5617</link>
      <description>&lt;P&gt;The equipment generating the logs is for video automation software.  I contacted the developers to see if there was a way to add a date to each line in the log and they responded not in the version we have.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 23:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31936#M5617</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2013-05-13T23:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31937#M5618</link>
      <description>&lt;P&gt;I realize they are links to the same page. One is linked via subject, the other via the actual link. Just trying to be clear.&lt;/P&gt;

&lt;P&gt;I understand the format of your log file.&lt;/P&gt;

&lt;P&gt;Did you do both the TIME_FORMAT and the MAX_TIMESTAMP_LOOKAHEAD?&lt;/P&gt;

&lt;P&gt;So in the case where your log goes from 0 to 5 (and the date changes), do a search and take a look at timestartpos and timeendpos to see what those values are. That would be interesting info.&lt;/P&gt;

&lt;P&gt;Now as to your time format in the log data, you show it as&lt;/P&gt;

&lt;P&gt;00:33:51.828&lt;/P&gt;

&lt;P&gt;and that is %T.%L (local time with decimal fraction).&lt;BR /&gt;
&lt;A href="http://apidock.com/ruby/DateTime/strftime" target="_blank"&gt;http://apidock.com/ruby/DateTime/strftime&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31937#M5618</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2020-09-28T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31938#M5619</link>
      <description>&lt;P&gt;Also, looking at your sample again I find it confusing:&lt;/P&gt;

&lt;P&gt;37 4/18/13 12:58:16.156 AM 00:58:16.156 +263852 closing dst socket...&lt;BR /&gt;
[snippage]&lt;BR /&gt;
39 4/17/13 5:59:15.281 AM 05:59:15.281 +Adding dub job 263853 ...&lt;/P&gt;

&lt;P&gt;Looks like line 37 has a timestamp of 00:58 but splunk is interpreting it as 12:58 -- a 12 hour difference. What time zone is the log entry and what is your local time zone?&lt;/P&gt;

&lt;P&gt;And yet line 39 shows a timestamp of 05:59 and splunk interprets that as the same -- 5:59, but now 24 hours earlier (thus date change). Something very odd about that.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 16:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31938#M5619</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2013-05-14T16:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31939#M5620</link>
      <description>&lt;P&gt;Information on how Splunk assigns timestamps may be found here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/HowSplunkextractstimestamps"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/HowSplunkextractstimestamps&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;An interesting point there is that for file sources if there is no date in the file's name, splunk uses the files modification time for the date when there is no date on the event. How are the files named?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 16:37:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31939#M5620</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2013-05-14T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31940#M5621</link>
      <description>&lt;P&gt;Thank you for the responses.&lt;/P&gt;

&lt;P&gt;I've tried both Time_format and different variations of the MAX_TIMESTAMP_LOOKAHEAD.  Same results.&lt;/P&gt;

&lt;P&gt;Using %T.%L and had same results.  I've been using %H:%M:%S.%3N for microseconds.&lt;/P&gt;

&lt;P&gt;Line 37 is correct as Splunk is interpreting it from a 24 hour clock.  00:58 is 12:58 AM.&lt;/P&gt;

&lt;P&gt;The files are named Day_01.txt, Day_02.txt, and are overwritten on a Monthly basis by the day of month.  If Splunk was using the file mod date, it would be 1 day ahead for previous files, and time of current day for current files.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31940#M5621</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2020-09-28T13:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31941#M5622</link>
      <description>&lt;P&gt;also tried:&lt;BR /&gt;
%H.%M.%S.%L Same results.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 20:49:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31941#M5622</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2013-05-14T20:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31942#M5623</link>
      <description>&lt;P&gt;The timestartpos is 0 &amp;amp; timeendpos is 12.  All the events show this with the exception of the 1st &amp;amp; last, which have no timestamp.  The timeendpos is 26 for those.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 21:30:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31942#M5623</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2013-05-14T21:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31943#M5624</link>
      <description>&lt;P&gt;Did any one get this working?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31943#M5624</guid>
      <dc:creator>kasu_praveen</dc:creator>
      <dc:date>2013-09-23T16:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date on first line of log - time in event - jump in 5 hours causes splunk to misinterpret timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31944#M5625</link>
      <description>&lt;P&gt;Still having this problem... Seems like there should be a way to tell splunk to treat entries from a file with the day name in the title, and date in the 1st line that all time entries in that file are from that day?&lt;/P&gt;

&lt;P&gt;If the file is named Day_28.txt&lt;BR /&gt;
all the time entries in the file are being recorded as July 27.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-on-first-line-of-log-time-in-event-jump-in-5-hours-causes/m-p/31944#M5625</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2015-07-28T19:28:33Z</dc:date>
    </item>
  </channel>
</rss>

