ceeK / Solar

A Swift micro library for generating Sunrise and Sunset times.
MIT License
568 stars 82 forks source link

Incorrect calculation for daytime on date #14

Closed denizztret closed 7 years ago

denizztret commented 8 years ago

Now, for calculate it is used current date/time Date().timeIntervalSince1970 (line 57). You should use self.date.timeIntervalSince1970.

ceeK commented 7 years ago

I've put a fix in for this in 2.0.0.