0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members/importer
Scott Cabot da5586e5aa Fixed user import with no created_at date breaking graph
- users imported from CSV with no created_at date where having their created_at date being stored as an int rather than a datetime.
- this was causing parsing issues with the graph so this commit fixes the formatting
2020-11-30 11:21:22 +00:00
..
index.js Fixed user import with no created_at date breaking graph 2020-11-30 11:21:22 +00:00
labels.js Refactored members imporeter in preparation for jobs 2020-08-27 21:47:00 +12:00