String representation of dates changed unexpectedly in neptune-export tool
matthieugrieger opened this issue · 5 comments
Hey there!
My team uses the neptune-export
JAR for exporting our Neptune database to S3 for further ingestion by other systems. Our ingestion jobs started failing on 2021-09-01 because the format of our timestamp columns changed.
- Format before 2021-09-01:
2021-07-17T19:57:46.063Z
- Format since 2021-09-01:
Tue Jul 13 03:35:47 UTC 2021
As far as I know there isn't anything in our codebase that would influence which format is used. I did see that there were some changes related to printing dates as a string on August 31st, not sure if it is related:
@iansrobinson Any ideas?
Apologies - that was my fault. I introduced a regression recently. I've pushed a fix this morning.
Kind regards
ian
No problem, thanks a bunch! I'll check if it's fixed on our end tomorrow. 👍
Just checked our most recent export from Neptune and the timestamps look good now.
Thanks for the quick response! Feel free to close this!