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

Function gmtime_

src/date.cpp:1376–1378  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

1374
1375 // [[Rcpp::register]]
1376 struct tm * gmtime_(const time_t * const timep) {
1377 return gmtsub(timep, 0L, &tm);
1378 }
1379}

Callers

nothing calls this directly

Calls 1

gmtsubFunction · 0.85

Tested by

no test coverage detected