ファイル作成日時が更新日時になってしまう(about created date)


[日本語]
vim でファイルを編集し:wq:ZZ で保存・終了したファイルの作成日時が更新日時と同じ時刻になってしまいます。
保存時に作成日時が上書きされないようにするにはどうしたら良いのでしょうか。

[English]
When I edit a file with vim and save by :wq or :ZZ command, the created date of the file become same as the modified date.
What should I do so that it prevents the created date from being overwritten?