[Rcpp-devel] Setting time zone on Rcpp::Datetime
janus Larsen
janusjlarsen at gmail.com
Fri Jan 9 11:50:43 CET 2015
Hi,
How do I set the timezone on an Rcpp::Datetime?
Thanks in advance,
Sunaj
This returns "1970-01-01 01:00:00 CET" (computer setting), but I want GMT...
// [[Rcpp::export]]
Rcpp::Datetime test() {
double d=0;
return(d);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20150109/8e2dc212/attachment.html>
More information about the Rcpp-devel
mailing list