The Record class was already capturing a unix timestamp, but it was incorrectly converting it to ISO format when sending back to the client. Updating the model to return the correct timestamp necessitated a minor change to one of the tests because `botocore` converts non-timezone aware timestamps to local time.