Skip to content
Prev 2241 / 15274 Next

aggregate over POSIX timestamps not returning unique values

Its a problem with daylight savings time.  If you use chron
or do this first:

Sys.setenv(TZ = "GMT")

to put your session into GMT time then daylight savings time
won't exist and the problem does not arise.

Suggest you read R News 4/1.

Also please make code with random numbers
reproducible by using set.seed, e.g.
set.seed(1)



On Thu, Feb 28, 2008 at 3:11 PM, Markus Loecher
<markus at insightfromdata.com> wrote: