<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>merill.net &#187; date</title>
	<atom:link href="http://merill.net/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net</link>
	<description>my utmost for His highest, my best for His glory</description>
	<lastBuildDate>Fri, 20 Apr 2012 21:31:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LogParser &#8211; Converting IIS logs to local date and time and filtering by date range</title>
		<link>http://merill.net/2012/02/logparser-converting-iis-logs-to-local-date-and-time-and-filtering-by-date-range/</link>
		<comments>http://merill.net/2012/02/logparser-converting-iis-logs-to-local-date-and-time-and-filtering-by-date-range/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:02:26 +0000</pubDate>
		<dc:creator>Merill Fernando</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logparser]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[utc]]></category>

		<guid isPermaLink="false">http://merill.net/?p=750</guid>
		<description><![CDATA[This is a note to myself to remember how to convert the UTC date/time to the local timezone. logparser &#8220;SELECT TO_TIMESTAMP(date, time) AS utc-timestamp, TO_LOCALTIME(utc-timestamp) AS local-timestamp,* FROM D:\Log\SearchServiceWrapperLogs\SearchServiceWrapperLogs\u_ex1202* WHERE local-timestamp between timestamp(&#8217;2012/02/02 00:00:00&#8242;, &#8216;yyyy/MM/dd hh:mm:ss&#8217;) and timestamp(&#8217;2012/02/03 00:00:00&#8242;, &#8216;yyyy/MM/dd hh:mm:ss&#8217;)&#8221; -recurse:-1 -o:csv >> fulllog.csv]]></description>
			<content:encoded><![CDATA[<p>This is a note to myself to remember how to convert the UTC date/time to the local timezone.</p>
<p>logparser &#8220;SELECT TO_TIMESTAMP(date, time) AS utc-timestamp, TO_LOCALTIME(utc-timestamp) AS local-timestamp,* FROM D:\Log\SearchServiceWrapperLogs\SearchServiceWrapperLogs\u_ex1202* WHERE local-timestamp between timestamp(&#8217;2012/02/02 00:00:00&#8242;, &#8216;yyyy/MM/dd hh:mm:ss&#8217;) and timestamp(&#8217;2012/02/03 00:00:00&#8242;, &#8216;yyyy/MM/dd hh:mm:ss&#8217;)&#8221; -recurse:-1 -o:csv >> fulllog.csv</p>
]]></content:encoded>
			<wfw:commentRss>http://merill.net/2012/02/logparser-converting-iis-logs-to-local-date-and-time-and-filtering-by-date-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date Ranges in Log Parser for EventLogs</title>
		<link>http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/</link>
		<comments>http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 00:22:11 +0000</pubDate>
		<dc:creator>Merill Fernando</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[logparser]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/</guid>
		<description><![CDATA[If you need to trawl through your production server event logs. Here’s a quick tip for extracting just the entries for a given date range using LogParser. BTW Visual LogParser is a must have, it even downloads and automatically installs the latest version of LogParer from MS. SELECT&#160; TimeGenerated, SourceName, ComputerName, Message FROM C:\Downloads\May09-ErrorLog\AppLog\*.evt WHERE [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to trawl through your production server event logs. Here’s a quick tip for extracting just the entries for a given date range using LogParser. BTW <a href="http://www.codeplex.com/visuallogparser">Visual LogParser</a> is a must have, it even downloads and automatically installs the latest version of LogParer from MS.</p>
<p><font size="2" face="Courier New">SELECT&#160; TimeGenerated, SourceName, ComputerName, Message FROM C:\Downloads\May09-ErrorLog\AppLog\*.evt      <br />WHERE TimeGenerated BETWEEN timestamp(&#8217;04/04/2009&#8242;, &#8216;dd/MM/yyyy&#8217;) and timestamp(&#8217;06/04/2009&#8242;, &#8216;dd/MM/yyyy&#8217;)      <br />ORDER BY TimeGenerated desc </font></p>
]]></content:encoded>
			<wfw:commentRss>http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

