I been trying to get date of creation of a file in android but no success so far i had try this to methods but no one is working, anyone knows another way?
how are you printing it? last_write_time returns file_time_type: https://en.cppreference.com/w/cpp/filesystem/last_write_time which you can compare with other times… but probably just prints a number unless you convert it to a readable format. the reference for the function above also has an example on how to print it as a human readable format