<?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>JDS Australia &#187; timestamp</title>
	<atom:link href="http://www.jds.net.au/tag/timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Thu, 24 Jun 2010 06:36:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Calculating the difference between two dates or timestamps</title>
		<link>http://www.jds.net.au/tech-tips/difference-between-dates/</link>
		<comments>http://www.jds.net.au/tech-tips/difference-between-dates/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:25:14 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=968</guid>
		<description><![CDATA[Let&#8217;s say that you have to determine the difference between two dates (represented as strings) and express the result in seconds (which could be positive or negative). How would you do this in VuGen?

Being a smart person who is not interested in reinventing the wheel, you would look first to the functions that are available [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/difference-between-dates/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Parameterising Unix/Posix timestamps in VuGen</title>
		<link>http://www.jds.net.au/tech-tips/parameterising-time-stamps/</link>
		<comments>http://www.jds.net.au/tech-tips/parameterising-time-stamps/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 23:53:36 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=762</guid>
		<description><![CDATA[A common question from people creating web-based VuGen scripts is how to handle timestamp values that are sent as part of a name/value pair in an HTTP request.

If we look at the example GET request below, two values immediately stand out as needing to be correlated.

1
2
3
4
5
6
7
8
9
web_url&#40;&#34;www.example.com&#34;, 
    &#34;URL=http://www.example.com/view?jsessionid=dYyvCMH1cxEc&#38;ts=1231715057375&#34;, 
    [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/parameterising-time-stamps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
