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

Function gmtload

src/date.cpp:1355–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353 }
1354
1355 static void gmtload(struct state * const sp) {
1356 if (tzload(gmt, sp, TRUE) != 0)
1357 (void) tzparse(gmt, sp, TRUE);
1358 }
1359
1360 /*
1361 ** gmtsub is to gmtime as localsub is to localtime.

Callers 1

gmtsubFunction · 0.85

Calls 2

tzloadFunction · 0.85
tzparseFunction · 0.85

Tested by

no test coverage detected