Describe the solution
I was working on some code relating to time today and noticed that Cloudflare servers run workers with TZ=UTC. Someone who does not know this may be deceived by the fact that npx wrangler dev uses your system timezone by default.
Describe the solution
I was working on some code relating to time today and noticed that Cloudflare servers run workers with TZ=UTC. Someone who does not know this may be deceived by the fact that
npx wrangler devuses your system timezone by default.