EdwardD20 - 2022-12-27

Great find, especially pointing to the lines of code. Feel free to fix it!

What I've changed (for now)
LIne 204
var date = NSDate(timeIntervalSince1970: TimeInterval(unixdate))
Add lines 213 and 220 (after unixdate = Int(sunXXX) )
date = NSDate(timeIntervalSince1970: TimeInterval(unixdate))

Ed

 

Last edit: EdwardD20 2022-12-27