@simonSimon Elvery one for the future!
https://bloomberg.github.io/js-blog/post/temporal/
```
const duration = Temporal.Duration.from({seconds:10_000_000});
const hours = duration.total({unit:"hours"});
```
however `duration.hours` returns zero π«€
re: https://elvery.net/drzax/creating-a-duration-object-from-a-number-of-seconds/
