hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

OSCTimeTag64 epoch 0 start time is miscalculated by 1h #68

Closed pjagielski closed 4 months ago

pjagielski commented 2 years ago

I think the EPOCH_START_JAVA_TIME_0 should be rather 2208988800 seconds as in other OSC implementations: CNMAT / osc-js and this StackOverflow answer