[issue35522] os.stat().st_ctime and time.time() mismatch

2018-12-17 Thread Rohit Biswas
New submission from Rohit Biswas : Related Stack Overflow Question: https://stackoverflow.com/questions/53810984/mismatch-between-file-creation-time-and-current-time-in-python -- components: Library (Lib) messages: 332040 nosy: belopolsky, rbiswas143 priority: normal severity: normal

[issue35522] os.stat().st_ctime and time.time() mismatch

2018-12-18 Thread Rohit Biswas
Rohit Biswas added the comment: Thanks for your reply. It makes sense to me and was very informative. I understand and would explain the problem in the bug tracker itself in the future. I reported this as a potential bug but it seems like it isn't really. So, I'm resolving it as