drewwalters96 / subber

A web-based application that allows active reddit users to discover subreddits based on post history and subscription data.
GNU General Public License v3.0
5 stars 3 forks source link

Fix utc_epoch_sec_to_years(sec) #62

Closed stannum-l closed 6 years ago

stannum-l commented 6 years ago

This patch fixes the time calculation to reduce the number of errors seen in the log files.

Closes: #59

Signed-off-by: Tin Lam tin@irrational.io

stannum-l commented 6 years ago

Gage has a better patch with unittest!