hfs_time_to_timespec
void hfs_time_to_timespec(uint32_t, struct timespec *);
hfs_time_to_timespec(f->date_created, &vap->va_ctime);
hfs_time_to_timespec(f->date_content_mod, &vap->va_mtime);
hfs_time_to_timespec(f->date_accessed, &vap->va_atime);
hfs_time_to_timespec(f->date_created, &vap->va_ctime);
hfs_time_to_timespec(f->date_content_mod,&vap->va_mtime);
hfs_time_to_timespec(f->date_accessed, &vap->va_atime);