Malshare / Frontend

Frontend for MalShare.com
GNU General Public License v3.0
15 stars 5 forks source link

catches case of another invalid timestamp in DB #25

Closed larsborn closed 4 years ago

larsborn commented 4 years ago

API currently returns wrong status values for URL downloader. This is probably caused by the value 1970-01-01 01:00:01 in the DB that seems to represent "not set". Right now, the PHP script only interpreted 1970-01-01 00:00:01 correctly, not 1970-01-01 01:00:01.