Date arithmetic fails (PR#1819)
RML27@cornell.edu
RML27@cornell.edu
Sun, 21 Jul 2002 20:26:13 +0200 (MET DST)
Full_Name: Ronnen Levinson
Version: 1.5.1
OS: Mac OS 10.1
Submission from: (NULL) (12.232.201.92)
The value returned by strptime behaves badly after arithmetic operation and/or
combination.
> a=strptime("2002-06-01 12:15:01","%Y-%m-%d %H:%M:%S")
> a
[1] "2002-06-01 12:15:01"
> a+0
[1] "1932-04-25 21:46:45"
> a+3600
[1] "1932-04-25 22:46:45"
b=c(a)
> b
[1] "1932-04-25 21:46:45"
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._