time2posix method

int time2posix(
  1. int arg0
)

Implementation

int time2posix(
  int arg0,
) {
  return _time2posix(
    arg0,
  );
}