Displaying 1 result from an estimated 1 matches for "nzt".
Did you mean:
not
2003 Aug 04
0
Windows 2000 Bug in GMT +/- n Timezones (PR#3644)
...functions with scalar args
# (whereas outer only takes functions that can take vector args)
ff <- function(z) f(z[[1]],z[[2]])
outer( x, y, function(x,y)apply(data.frame(x,y),1,ff) )
}
my.tz <- c("XYZ", "EST", "EDT", "PST", "PDT", "NZT", "NZST", "NZDT",
"ET", "PT", "", "GMT-5", "GMT-4", "GMT-3", "GMT-2", "GMT-1",
"GMT", "GMT+1", "GMT+2", "GMT+3", "GMT+4", "GMT+5")
n...