Skip to content

Commit

Permalink
[fix] 타임존 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed Oct 5, 2024
1 parent 503d4b0 commit ef3078c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/example/hackdive/HackdiveApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ public class HackdiveApplication {
public static void main(String[] args) {
SpringApplication.run(HackdiveApplication.class, args);
}
@PostConstruct
public void init() {
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Seoul"));
}

}

0 comments on commit ef3078c

Please sign in to comment.