search for: timetest

Displaying 5 results from an estimated 5 matches for "timetest".

Did you mean: time1test
2003 Jun 08
0
daylight saving time problems
...0", "31/03/2002 3:45", "31/03/2002 4:00", "31/03/2002 4:15", "31/03/2002 4:30", "31/03/2002 4:45", "31/03/2002 5:00", "31/03/2002 5:15", "31/03/2002 5:30", "31/03/2002 5:45", "31/03/2002 6:00"); timetest<-strptime(as.character(test), format = "%d/%m/%Y %H:%M"); timetest2<-as.POSIXct(timetest); -------------- then R 1.7.0 gives on my Mandrake 9.1: > test [1] "31/03/2002 0:00" "31/03/2002 0:15" "31/03/2002 0:30" "31/03/2002 0:45" [5] &quo...
2010 Nov 23
1
redirecting time output
Hi, am trying to pipe output from time command and output from a shell script to the mail program. So far it's not working as expected... # time echo "test" 2>&1 | mail -s "timetest" my at mail.com real 0m0.126s user 0m0.000s sys 0m0.000s The time command writes to stderror, but here the redirection seems to apply to the echo command? Thx Rainer
2007 Jul 30
6
Object.stubs doesn''t seem to work.
Hi I''m using Mocha 0.5.3 and I want to stub out a call to Time.now, just like the example in the post http://blog.floehopper.org/articles/2007/06/08/mocha-0-5-released However, trying it in irb gets me the following error: >> require ''mocha'' => true >> Time.stubs(:now).returns(Time.parse(''Thu Feb 01 00:00:00 UTC 2007'')) NoMethodError:
2004 Dec 12
1
Re: [R-sig-finance] dates and times on Windows for fMetrics
...> > Although if I set myFinCenter to "Australia/Perth" it fails. (See > below for structure) > > while > ts = timeSeries(tempdata[,2:6], charvec = tempdata[,1],format = > "%Y/%m/%d",FinCenter = "Australia/Perth") fails with > > Error in if (timeTest == 0) iso.format = "%Y-%m-%d" : > missing value where TRUE/FALSE needed > > Ive looked at the function but I'm missing something. > > Any ideas would be much appreciated > > > > str(ts) > Formal class 'timeSeries' [package "fBasics&qu...
2008 Jun 13
16
Isolation and time
(Moving from offlist discussion.) I''m interested in opinions... Assume there are four single vcpu domains A, B, C, D, running on a 2-CPU physical machine. We wish to test for time skew on domain A. Assuming B, C, and D are all running some workload that attempts to fully saturate the (single) cpu. 1) Should the affect on domain A be essentially the same regardless of what load