Fix Osc-/SystemTime conversions for 32-bit systems
This limits SystemTime
to OscTime
conversions, and vice versa, to time ranges since the unix epoch which prevents arithmetic overflows on 32-bit systems. Times before the unix epoch can still be represented using OscTime
.