Skip to content

Commit

Permalink
Create node_timezone_설정하기.md
Browse files Browse the repository at this point in the history
  • Loading branch information
genie-youn authored Dec 13, 2021
1 parent e320870 commit df75b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Node/node_timezone_설정하기.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Node 런타임에 타임존을 설정하고 싶다면 다음 환경변수를 설정해주는것으로 간단한게 변경할 수 있다.

```javascript
process.env.TZ = "Asia/Seoul";
```

0 comments on commit df75b5d

Please sign in to comment.