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

Method baseYear

inst/include/Rcpp/date_datetime/Datetime.h:116–118  ·  view source on GitHub ↗

1900 as per POSIX mktime() et al

Source from the content-addressed store, hash-verified

114
115 // 1900 as per POSIX mktime() et al
116 static inline unsigned int baseYear() {
117 return 1900;
118 }
119
120 };
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected