Re: [R] Time Zone problems: midnight goes in; 8am comes out

2022-03-01 Thread Andrew Simmons
It seems like the current version of lubridate is 1.8.0, which does raise a warning for an invalid timezone, just like as.POSIXct. This is what I tried: print(lubridate::parse_date_time("1970-01-01 00:01:00", "ymd HMS" , tz = "PST")) print(as.POSIXct("1970-01-01

[R] Time Zone problems: midnight goes in; 8am comes out

2022-03-01 Thread Boylan, Ross via R-help
I'm having problems with timezones using lubridate, but it's not clear to me the difficulty is in lubridate. - > r2 <- parse_date_time("1970-01-01 00:01:00", "ymd HMS", tz="PST") > r2 [1] "1970-01-01 08:01:00 PST" ## Oops: midnight has turned in 8am > as.numeric(r2

Re: [R] plain passwords in reminder mail

2022-03-01 Thread Greg Minshall
Eduard, > The list membership reminder mail includes a plain password! this is very typical for, at least, mailman-supported, e-mail lists. the password is of low intrinsic value, as it only allows you to change your membership and options on the list. cheers, Greg _