Open Oceanyz opened 2 years ago
Hi, please note that the tutorial calculates timezone-naive date-times in Unix epoch. In other words, the date-times are in UTC+0. Your file explorer shows your local time which is timezone-aware. This explains the 2h-difference.
The ~1-minute difference can likely be explained but requires more information about what is being displayed:
First the reference code gives a detailed explanation and is easy to understand. However, the results of the code appear to be wrong. The system time of the sample recording is about 2019-10-24 17:31. And the datetime timestamp converted is 2019-10-24 15:30 as shown in Out[8]. So what went wrong?