timegm method

int timegm(
  1. Pointer<tm> __tp
)

Implementation

int timegm(
  ffi.Pointer<tm> __tp,
) {
  return _timegm(
    __tp,
  );
}