We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import process from "node:process" console.log(process.env.TZ); console.log(new Date().toString()); process.env.TZ = 'Asia/Tokyo'; console.log(new Date().toString());
node(v18.14.1) output
undefined Fri Apr 07 2023 09:45:27 GMT+0800 (中国标准时间) Fri Apr 07 2023 10:45:27 GMT+0900 (日本标准时间)
deno output
undefined Fri Apr 07 2023 09:45:28 GMT+0800 (中国标准时间) Fri Apr 07 2023 09:45:28 GMT+0800 (中国标准时间)
deno --version
deno 1.32.2 (release, x86_64-apple-darwin) v8 11.2.214.9 typescript 5.0.3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
node(v18.14.1) output
deno output
deno --version
The text was updated successfully, but these errors were encountered: