Copying a file using cp on a NTFS filesystem to an ext4 filesystem does not copy the birth time:

$ cp --preserve=all ntfs.txt ~

$ stat ~/ntfs.txt 
...
 Birth: -



-- Enda