You have not told us your timezone, but this seems to be as documented if 
you are in CET.  The help page says

      The 'as.Date' methods accept character strings, factors, logical
      'NA' and objects of classes '"POSIXlt"' and '"POSIXct"'.  (The
      last are converted to days by ignoring the time after midnight in
      the representation of the time in UTC.)
                                     ^^^^^^

Probably as.POSIXct(strptime("1994-01-24","%Y-%m-%d") is 1994-01-23 23:00 
in UTC in your timezone.

On Mon, 27 Nov 2006, [EMAIL PROTECTED] wrote:

> Full_Name: Xiao Gang FAN
> Version: 2.4.0
> OS: Windows
> Submission from: (NULL) (159.50.101.9)
>
>
>> library(chron)

Irrelevant.

>> as.Date(as.POSIXct(strptime("1994-01-24","%Y-%m-%d")))
> [1] "1994-01-23"

Not in my timezone.

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to