A test Cloudflare worker and durable object which demonstrates that durable object clocks lose time over a series of requests, while worker clocks do not.
npm install
wrangler dev
# Then open http://localhost:8787 in your browser of choice.
npm install
wrangler publish
# Then open the url for the worker output by the above wrangler publish command.