Closed sacrosanctic closed 1 year ago
closes #6
handles the case where a user uses a fn like new Date().getTime() as opposed to new Date() or new Date().toISOString().
new Date().getTime()
new Date()
new Date().toISOString()
Thanks for your contribution. I will review it as soon as I can release a new minor version.
closes #6
handles the case where a user uses a fn like
new Date().getTime()
as opposed tonew Date()
ornew Date().toISOString()
.