"want to have those files created with different time" – With
touch you can alter atime and/or mtime, then ctime gets updated automatically. Neither of these are birth/creation time. Several filesystems support btime/crtime, but AFAIK touch does not directly touch it. Even when it creates a file anew, btime is assigned automatically, not explicitly by touch. There are differences between systems, only some provide ways to change btime freely. What is your OS? Are you sure you mean "created"?