Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to interpret dates in data_series
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Payal Doshi  
View profile  
 More options Sep 7 2011, 10:42 am
From: Payal Doshi <payalbdo...@gmail.com>
Date: Wed, 7 Sep 2011 07:42:49 -0700 (PDT)
Local: Wed, Sep 7 2011 10:42 am
Subject: How to interpret dates in data_series
I am using historical data about people using data_series. I want to
display it to the user with date and time but I am not able to
understand how to convert the dates received to user recognizable
format. say DD/MM/YY HH:MM:SS

Can you please tell how to go about it or give to a pointer to know
these details.

Also does Chartbeat provide an API to find average,min,max time spent
by each user on the website.

Looking forward for your reply

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Allan Beaufour  
View profile  
 More options Sep 9 2011, 9:19 am
From: Allan Beaufour <al...@chartbeat.com>
Date: Fri, 9 Sep 2011 06:19:34 -0700 (PDT)
Local: Fri, Sep 9 2011 9:19 am
Subject: Re: How to interpret dates in data_series
Hi Payal,

On Sep 7, 10:42 am, Payal Doshi <payalbdo...@gmail.com> wrote:

> I am using historical data about people using data_series. I want to
> display it to the user with date and time but I am not able to
> understand how to convert the dates received to user recognizable
> format. say DD/MM/YY HH:MM:SS

> Can you please tell how to go about it or give to a pointer to know
> these details.

Dates returned by the chartbeat API are unix timestamps. So to convert
it to a string in for example javascript you can do:
new Date(1315541100 * 1000).toString()

> Also does Chartbeat provide an API to find average,min,max time spent
> by each user on the website.

You can't get it on a per user level, but you can get it on a per page
level. Is that what you want?

Allan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »