Hi,
I was just looking through the code (good stuff btw!) and noticed here:
https://github.com/bakerface/dynamodb-event-store/blob/master/index.js#L116
You are taking the timestamp then converting to a date then getting the iso string and removing the dashes.
I guess im missing something here, why not just use the timestamp directly?
Hi,
I was just looking through the code (good stuff btw!) and noticed here:
https://github.com/bakerface/dynamodb-event-store/blob/master/index.js#L116
You are taking the timestamp then converting to a date then getting the iso string and removing the dashes.
I guess im missing something here, why not just use the timestamp directly?