Displaying 20 results from an estimated 44 matches for "rdates".
Did you mean:
dates
2006 May 22
2
[vpim] Some small rrule.rb changes
...=================================================
--- lib/vpim/property/recurrence.rb (revision 360)
+++ lib/vpim/property/recurrence.rb (working copy)
@@ -39,6 +39,10 @@
occurences.each_until(t1).detect { |t| tend = t + (duration || 0); tend > t0 }
end
+ def rdates
+ Vpim.decode_date_time_list(propvalue(''RDATE''))
+ end
+
end
end
end
Better would be an Rdate class with the same interfaces as Rrule, and none of
the complexity, RDATE is just a list of date or date-time. See propvalueall().
Even better would be...
2016 Apr 01
1
(no subject)
dear sir/madam,
while i am trying to convert the data into timeseries
using xts command.i am getting this error. please help me to resolve this
issue
xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
+ xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
Error: unexpected symbol in:
"xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
xts"
2010 Feb 01
3
Convert a column of numbers to a column of strings
Hello,
Please excuse me if this question has been asked before. I'm new to R, and
have been trying to google the answers without any success.
I would like to convert a set of date and time into R date-time class. Right
now, the dates and times are in integer format, so I first need to convert
them into string, and then to R date-time using strptime. However, I have a
problem converting them
2010 Feb 02
0
Plot questions: grid line do not correspond to tick marks and 2 line axis label
Hello list,
Thank you very much for replying to my earlier questions. I have a few new
questions about R plots:
Example: tempdata:
RDate Price
2009-12-09 12:00 100
2009-12-09 15:00 99
2009-12-09 18:00 102
....
2009-12-10 8:00 120
2009-12-10 10:00 110
2009-12-10 16:00 105
My code: (RDate already in R date-time class)
plot (price~RDate, data=tempdata, "l")
axis.POSIXct(1,
2008 Jun 30
1
Removing rows from a data frame
Hi...
I have a rather large dataframe that I'm trying to remove rows from.
I'm issuing the command:
dtx[-which(dtx$rdate > "2008-06-16"),]
and it tries to print out over 170,000 lines of output. So...I did:
options(max.print=1e6)
and ran it again. It worked, but when I did a:
which(dtx$rdate > "2008-06-16")
it tells me that all the data I thought I deleted
2007 Apr 08
4
Time just moved backwards
Hi there,
I got a daily cron (rdate to local time server) job wich adjusts time and
which constantly gives me headache.
Every day my dovecot suicides with:
"dovecot: Time just moved backwards by 11 seconds. This might cause a lot of
problems, so I'll just kill myself now."
Of course my onboard clock is constantly off by more than 5 secs.
I don't want
to abandon time
2012 Jul 02
1
Undocumented behavior around daylight savings time?
...,tz='MST')
[1] "2012-06-26 13:28:44 MST"
> as.POSIXct(1340717324,origin='1970-01-01',tz='UTC')
[1] "2012-06-26 13:28:44 UTC"
I was ultimately able to solve the problem by casting into and out of a
character string, but that seems risky/error prone.
rdates='%Y-%m-%d %H:%M:%S'
>
as.POSIXct(strptime(as.character(as.POSIXct(1340717324,origin='1970-01-01',tz='UTC')),format=rdates))
[1] "2012-06-26 13:28:44 MDT"
I have read the various help entries and even investigated the lubridates
package, but none indicate why ex...
2007 Dec 12
3
ntpd
I am running a server inside of VMWare, and the clock gains ~30 seconds
every 1000 seconds or 1.03X.
I need to keep the drift under the magic 1000 limit that ntpd kills its
self, but despite setting maxpoll really low I get:
Dec 11 23:58:14 host ntpd[4909]: kernel time discipline status change 41
Dec 11 23:59:17 host ntpd[4909]: kernel time discipline status change 1
Dec 11 23:59:17 host
2011 Oct 08
0
Accouting for temporal correlation in linear regression
I measured nitrate concentration and primary production (PP) biweekly for
23 months in one headwater stream. I would like to use linear regression
to determine if PP is related to nitrate concentration. My dataframe is
called "data" and consists of the vectors Rdate, PP, and nitrate. Rdate
is the observation date in class "date" and PP is primary production.
I first
2009 Jun 12
3
how to set ntpd listen only 127.0.0.1 ?
Hello, all.
I would like to use ntpd for time sync not rdate or ntpdate.
but after installation the ntpd, I found that listened at all interfaces like below.
udp 0 0 192.168.111.2:123 0.0.0.0:* 11528/ntpd
udp 0 0 xxx.xxx.62.20:123 0.0.0.0:* 11528/ntpd
udp 0 0
2008 Sep 10
2
relsurv package
Dear R-users,
I have a couple of questions about the relsurv package:
1) when I try to run the example:
fit <- rsmul(Surv(time,cens)~sex+as.factor(agegr)+ratetable(age=age*365.24,sex=sex,year=year),ratetable=slopop,data=rdata)
with the datasets in the package (rdata and slopop) it gives me an error:
Error in nrow(x) : object "x" not found
2)
If I have a date format
2011 Feb 20
3
Problem with timezone configuration
Hello,
I have a problem configuring the timezone on a CentOS 5.5 server.
I would like the timezone to be Europe/Paris.
I have followed the steps described here:
http://www.wikihow.com/Change-the-Timezone-in-Linux
I think I have changed the appropriate configuration files ( /etc/localtime, /etc/sysconfig/clock ), but the output of the ?date? command still indicates the timezone is EST.
[root
2009 Jun 30
0
ri_cal 0.7.0 Released
Subject: [ANN] ri_cal 0.7.0 Released
ri_cal version 0.7.0 has been released!
* <http://ri-cal.rubyforge.org/>
* <by Rick DeNatale>
A new Ruby implementation of RFC2445 iCalendar.
The existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide
for parsing and generating icalendar files,
but do not support important things like enumerating occurrences of
repeating events.
This
2006 Nov 28
1
changing time in dom0
Hi all!
I want to adjust the time in dom0 with a cronjob (rdate & hwclock). Will
that affect my domU? Is it possible to resynchronize the time on a
"xen-way"?
Goran
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Jun 17
1
timezone correction stuff
Apologies for being late to the party with this...
I finally found my old notes on this re: helping out a blind friend fix his
centos box...
log in as root
cd /usr/share/timezone
cd /usr/share/zoneinfo/America/
cp Los_Angeles /etc/localtime
/usr/bin/rdate -s time.nist.gov
/sbin/hwclock --systohc
For more details, go to
http://wiki.ehow.com/Change-the-Timezone-in-Linux
- rh
--
Robert
2008 Feb 07
2
Set hardware clock manually
I can't reboot a server to set the hardware clock to UTC time, but CentOS was installed with the assumption that the PC was running UTC.
Is it possible to update the hardware clock to the right time and therefore allow CentOS to maintain the right time without rebooting? I am hoping to use this route for consistency versus changing how CentOS interprets the time so all servers are the same.
2010 Aug 12
2
Date drift and ntpd
We have a local time server and all of our machines are pointed at it for the
time.
How can the clock drift by a day and a half?
[root at devserver21 ~]# date
Fri Aug 13 14:43:29 EDT 2010
[root at devserver21 ~]# rdate -s 192.168.1.67
[root at devserver21 ~]# date
Thu Aug 12 07:02:39 EDT 2010
[root at devserver21 ~]# cat /etc/ntp.conf | grep -v ^# | grep -v ^$
restrict default nomodify notrap
2010 Nov 09
1
date conversion and plot
Hi All,
I have a date in the format of yymmdd (without any of the backslashes, eg.
100731). How do I convert this into a Rdate and plot it? I don't want the
number of days from 1970's showing up as my date (Its the date I require).
Thanks,
Sachin
p.s. sorry about the corporate notice I can't remove it.
--- Please consider the environment before printing this email ---
Allianz -
2007 Apr 25
3
URGENT: Skip installation ix86 packages from kickstart on 64bit arch?
Hi,
Has any one know how to skip ix86 packages from
installation in Centos kickstart? Most of our machines
have 64bit Intel/AMD CPUs, and it make non-sense to
still keep 32bit compatibility. Even worse of i*86
packages is, when upgrade we have to recompile both
ix86 version and x86_64 version to get an automatic
yum upgrade.
I know we could use 'exclude' option to exclude i*86
packages
2006 Sep 07
2
Strange occurrence
Klaas Jan Wierenga wrote:
> I suspect the Linux systems are running a nightly or weekly cron job
> they weren't running before causing an excessive load on CPU or network
> which caused the clients to disconnect. The nightly cron jobs are
> generally located in /etc/cron.daily and run a 4am!. Check for any
> changes in the nightly cron jobs.
Thanks. I didn't know that 4