<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: how to convert timestamp value to date</title>
		<link>http://www.datastax.com/support-forums/topic/how-to-convert-timestamp-value-to-date</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 20:16:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/how-to-convert-timestamp-value-to-date" rel="self" type="application/rss+xml" />

		<item>
			<title>thepaul on "how to convert timestamp value to date"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-convert-timestamp-value-to-date#post-2953</link>
			<pubDate>Thu, 12 Jul 2012 04:14:17 +0000</pubDate>
			<dc:creator>thepaul</dc:creator>
			<guid isPermaLink="false">2953@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;sanamana,&#60;/p&#62;
&#60;p&#62;Yeah, that timestamp corresponds to 2012-06-22 17:24:23 UTC if it's the typical &#34;microseconds since the Epoch&#34; used for column timestamps, which is a perfectly sane value.&#60;/p&#62;
&#60;p&#62;However, it's not generally good practice to make use of column timestamps in your application code.  You might want to consider using columns with the actual 'timestamp' or 'timeuuid' CQL data types instead, if you want to associate specific timestamps with other data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "how to convert timestamp value to date"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-convert-timestamp-value-to-date#post-2905</link>
			<pubDate>Wed, 11 Jul 2012 02:52:09 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">2905@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Timestamps are specified by the client so it depends on your client what format they are in. Traditionally clients use microseconds when specifying the timestamp. That is likely what your client is using.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sanamana on "how to convert timestamp value to date"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-convert-timestamp-value-to-date#post-2887</link>
			<pubDate>Tue, 10 Jul 2012 22:19:12 +0000</pubDate>
			<dc:creator>sanamana</dc:creator>
			<guid isPermaLink="false">2887@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am cassandra novice and I am trying to come up to speed. When I ran CQL query, I got this for one of the columns &#34;status, value=CREATED, timestamp=1340385863990010, ttl=604800000&#34;.&#60;/p&#62;
&#60;p&#62;The timestamp attribute is there for every column. However, I am not sure how to convert the timestamp value to date. When I use java.util.Date and provide the value 1340385863990010, I get a date which is not quite correct. Can you tell me if this value is in milliseconds or microseconds or some other metric?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
