Displaying 7 results from an estimated 7 matches for "normalzeit".
Did you mean:
normal_exit
2003 Nov 14
5
ISOdate() and strptime()
Dear R-people!
I am using R 1.8.0, under Windows XP.
While using ISOdate() and strptime(), I noticed the following behaviour when
"wrong" arguments (e.g., months>12) are given to these functions:
> ISOdate(year=2003,month=2,day=20) #ok
[1] "2003-02-20 13:00:00 Westeurop?ische Normalzeit"
> ISOdate(year=2003,month=2,day=30) #wrong day, but returns a value
[1] "2003-03-02 13:00:00 Westeurop?ische Normalzeit"
> ISOdate(year=2003,month=2,day=35) #wrong day, and returns NA
[1] NA
> ISOdate(year=2003,month=2,day=40) #wrong day, but returns a value
[1] "2003-...
2003 Nov 25
0
AW: ISOdate() and strptime()
...quence of days that happens to start before and ends in
daylight savings time, I seem to lose a day:
> seq(from = strptime("20030329", format="%Y%m%d"), to= strptime("20030402",
format="%Y%m%d"), by="DSTday")
[1] "2003-03-29 Westeurop?ische Normalzeit" "2003-03-30 Westeurop?ische
Normalzeit"
[3] "2003-03-31 Westeurop?ische Sommerzeit" "2003-04-01 Westeurop?ische
Sommerzeit"
> seq(from = strptime("20030329", format="%Y%m%d"), to= strptime("20030402",
format="%Y%m%d"), b...
2007 Oct 08
2
Incompatible methods ("-.POSIXt", "Ops.difftime") for "-"
...one")
[1] ""
Warning message:
Incompatible methods ("-.POSIXt", "Ops.difftime") for "-"
This works, on the other hand:
> Sys.time() - as.numeric(as.difftime(c("0:3:20", "11:23:15")))
[1] "2007-10-08 12:16:18 Westeurop?ische Normalzeit" "2007-10-08 12:04:58 Westeurop?ische Normalzeit"
Am I understanding something wrongly?
Many thanks and best regards,
Stefan
____________________________________
Dr. Stefan Albrecht, CFA
Allianz Private Equity Partners GmbH
K?niginstr. 19 | 80539 Munich | Germany
Phone: +49.(0)...
2007 Apr 12
3
Method dispatch for print() in package its
...t;environment: namespace:its>
Signatures:
x
target "its"
defined "its"
> fundPME.lst[[1]]$irr
An object of class "its"
IRR HSBC MEEM
2005-10-31 0.1926175 0.07802736
Slot "dates":
[1] "2005-10-31 Westeuropäische Normalzeit"
> fundPME.lst[[1]]$irr@.Data
IRR HSBC MEEM
2005-10-31 0.1926175 0.07802736
> print(fundPME.lst[[1]]$irr)
IRR HSBC MEEM
2005-10-31 0.1926175 0.07802736
So, is it necessary to define a print.its S3 method, or what should we do?
Many thanks...
2006 Nov 14
3
Error in str(its-object)
...in advance,
Stefan
> mat <- structure(1:6,dim=c(2,3),dimnames=list(c("2003-01-01","2003-01-04"),letters[1:3]))
> its(mat)
An object of class "its"
a b c
2003-01-01 1 3 5
2003-01-04 2 4 6
Slot "dates":
[1] "2003-01-01 Westeuropäische Normalzeit" "2003-01-04 Westeuropäische Normalzeit"
> str(its(mat))
Formal class 'its' [package "its"] with 2 slots
..@ .Data: int [1:2, 1:3] 1 2 3 4 5 6
.. ..- attr(*, "dimnames")=List of 2
.. .. ..$ : chr [1:2] "2003-01-01" "2003-01-04&quo...
2006 Jan 20
47
SQL Server datetime error
i have a problem with the datetime format of rails. i am unable to save
a dataset to the db. here''s the error message -- the original error
message was in german, so i translated it -- i get:
DBI::DatabaseError: Execute
OLE error code:80040E07 in Microsoft OLE DB Provider for SQL Server
Couldn''t convert a char-Datatype to datetime
HRESULT error code:0x80020009
2003 Dec 01
0
No subject
...2001 14:22:07 +0200
(CEST)
From: martin.hechenberger@mpreis.at
Received: from unknown(172.16.1.3) by kirk.tikom.at via smap (4.1) id
xma000229; Tue, 15 May 01 14:21:41 +0200
Received: from 172.16.1.2 by virusscan (InterScan E-Mail VirusWall NT);
Tue, 15 May 2001 13:25:47 +0100 (Westeurop鋓sche Normalzeit)
Received: from proxy.mpreis.at (root@[192.168.16.1]) by
proxy.econet.tikom.at (8.8.8/8.8.8) with ESMTP id OAA02240 for
<samba@lists.samba.org>; Tue, 15 May 2001 14:21:37 +0200
Received: from adam.nt.mpreis.at (adam.mpreis.at [10.1.1.15]) by
proxy.mpreis.at (8.9.3/8.9.3/M_Preis X-Mailer...