Invalid time value when exporting to CSV

2018-04-03T13:15:56.655Z - info: Converting to csv and writing to out.csv. 2018-04-03T13:15:56.671Z - error: Invalid time value

I am getting an invalid time value error when exporting to CSV. If I don't export to CSV this error doesn't appear. However when executing the same command in another project the command runs without an error. In both projects I've made sure the same package versions are used.

Here's the example command:

node_modules/.bin/littlefork -Q twitter_user:@boleroo -p twitter_search,twitter_feed,http_get,media_exif,csv_export --twitter.consumer_key --twitter.consumer_secret --twitter.access_token_key --twitter.access_token_secret

Repo link: https://github.com/bzhr/social_scraper

Edited by Bozhidar Hristov