[Orca-users] Problem with timestamp

Blair Zajac blair at orcaware.com
Wed Dec 27 09:03:24 PST 2006


No, the rrd files store the data at the timestamp you recorded it,  
it's just when you use the data for plots, it interpolates the data  
onto integer multiples of the interval used for the rrd file.

Regards,
Blair

On Dec 26, 2006, at 2:17 PM, cybernet_ -- wrote:

> So it's impossible to store data at the specified timestamp when using
> 24hours interval ?
> data will always be stored at midnight GMT ?
>
> thanks
>
>
>> From: Blair Zajac <blair at orcaware.com>
>> To: cybernet_ -- <cybernet_ at hotmail.com>
>> CC: orca-users at orcaware.com
>> Subject: Re: [Orca-users] Problem with timestamp
>> Date: Tue, 26 Dec 2006 08:17:01 -0800
>> MIME-Version: 1.0 (Apple Message framework v752.2)
>> Received: from orca3.orcaware.com ([207.105.228.76]) by
>> bay0-mc6-f7.bay0.hotmail.com with Microsoft SMTPSVC 
>> (6.0.3790.2444); Tue, 26
>> Dec 2006 08:17:05 -0800
>> Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1])by
>> orca3.orcaware.com (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with  
>> ESMTP id
>> kBQGH2rA028439;Tue, 26 Dec 2006 08:17:02 -0800
>> X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlK3oXsmRrh6gU=
>> References: <BAY106-F29B449869DB26A51D78E0580C10 at phx.gbl>
>> X-Mailer: Apple Mail (2.752.2)
>> Return-Path: blair at orcaware.com
>> X-OriginalArrivalTime: 26 Dec 2006 16:17:06.0159 (UTC)
>> FILETIME=[491F6FF0:01C72909]
>>
>>
>> On Dec 26, 2006, at 7:26 AM, cybernet_ -- wrote:
>>
>>> Hi,
>>>
>>> i'm using orca with interval 86400 (24 hours) because the data  
>>> that  i am
>>> using is created once a day.
>>>
>>> But Orca doesn't seem to store the data at the right timestamp.
>>>
>>> in my datafile there are 3 entry :
>>>
>>> timestamp data
>>> 1166757240 20.00
>>> 1166843640 20.00
>>> 1166930093 20.00
>>>
>>> (timestamps are dec 21, 22 and 23 at 22h14 EST)
>>>
>>> but on the graph and when using rrdtool fetch the timestamps are   
>>> not ok
>>>
>>> 1166832000:  2.0000000000e+01
>>> 1166918400:  2.0000000000e+01
>>>
>>> timestamps are dec 22 and 23 at 19h00 EST
>>>
>>> can anyone help me out, thanks
>>
>> All intervals are based off of midnight GMT time, not local time.
>>
>> $ TZ=GMT irb
>> irb(main):001:0> Time.at(1166832000)
>> => Sat Dec 23 00:00:00 GMT 2006
>>
>> So that's why they don't appear at midnight EST.
>>
>> Regards,
>> Blair
>>
>>
>
> _________________________________________________________________
> Off to school, going on a trip, or moving? Windows Live (MSN)  
> Messenger lets
> you stay in touch with friends and family wherever you go. Click  
> here to
> find out how to sign up!  http://www.live.com/?mkt=en-ca
>
> _______________________________________________
> Orca-users mailing list
> Orca-users at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-users
>




More information about the Orca-users mailing list