Skip to content

Commit

Permalink
fix: 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tony9402 committed Jun 30, 2024
1 parent fe2f000 commit 8d7dfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baekjoon_utils/baekjoon_utils/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ def main():


if __name__ == "__main__":
os.environ["TZ"] = "KST"
os.environ["TZ"] = "Asia/Seoul"
main()

0 comments on commit 8d7dfe5

Please sign in to comment.