MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / baseYear

Method baseYear

inst/include/Rcpp/date_datetime/Date.h:85–87  ·  view source on GitHub ↗

1900 as per POSIX mktime() et al

Source from the content-addressed store, hash-verified

83
84 // 1900 as per POSIX mktime() et al
85 static inline unsigned int baseYear() {
86 return 1900;
87 }
88
89 // Minimal set of date operations.
90 friend Date operator+( const Date &date, int offset);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected