Since RcppDate (classic class) is moving out of Rcpp I&#39;m trying <br>to use Rcpp::Date and there seems to be a small problem.<br><br>getYear() method adds 1900 when it shouldn&#39;t, so 2001 becoms 3901,<br>for example.<br>
<br>I assume that Rcpp::Date and Rcpp::Datetime are intended to be<br>replacements for RcppDate and RcppDatetime, resp., but <br>they seem to be missing std::ostream operator&lt;&lt;().<br><br>Rcpp::Date also seems to have more timezone related logic.<br>
Is there documentation on this?<br><br>Thanks,<br>Dominick<br><br>