Open bihell opened 1 year ago
I think it's the rounded() function that's causing the problem
self.cell.unixTimeField.value = $0.timeIntervalSince1970.rounded()
Hi,
DevToysMac
is now archived and deprecated. We just released DevToys 2.0
for Windows, Mac and Linux. This issue may or may have not been addressed in the new version. If the issue persist, we encourage to open a new issue on https://github.com/DevToys-app/DevToys or https://github.com/DevToys-app/DevToys.Tools
See more information about DevToys 2.0 here: https://devtoys.app/blog/announcing-devtoys-2.0-preview
The correct timestamp should be 1681920000 as shown
BTW: How to participate in development ? Is there a development documentation? I would also like to try my hand at Mac software development.