smb_time_local_to_gmt
mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp);
mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp);
op->mtime.tv_sec = smb_time_local_to_gmt(sr, op->mtime.tv_sec);
smb_time_local_to_gmt(sr, creation_time);
op->crtime.tv_sec = smb_time_local_to_gmt(sr, creation_time);
smb_time_local_to_gmt(sr, mtime);
smb_time_local_to_gmt(sr, mtime);
attr.sa_crtime.tv_sec = smb_time_local_to_gmt(sr, crtime);
smb_time_local_to_gmt(sr, atime);
smb_time_local_to_gmt(sr, mtime);
attr.sa_crtime.tv_sec = smb_time_local_to_gmt(sr, crtime);
smb_time_local_to_gmt(sr, atime);
int32_t smb_time_local_to_gmt(smb_request_t *, int32_t);