chansen / p5-time-moment

Time::Moment represents an exact moment in time.
32 stars 8 forks source link

Fix year 2038 bug #48

Open bmwiedemann opened 2 years ago

bmwiedemann commented 2 years ago

Calculate seconds with 64-bit integers

Fixes #47

This PR was done while working on reproducible builds for openSUSE.