in_ltms
int in_ltms(const login_time_t *, struct tm *, time_t *);
if (lt != NULL && in_ltms(lt, tptr, NULL) == -1)
if (lt != NULL && in_ltms(lt, tptr, NULL) != -1)
return (in_ltms(ltm, localtime(t), t));