Skip to content

Commit

Permalink
[FIX #91] 서버시간 한국으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ppparkta committed Feb 18, 2024
1 parent bab89e7 commit 0cc657c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class FavoritePlaceApplication {

public static void main(String[] args) {
TimeZone.setDefault(TimeZone.getTimeZone("UTC"));
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Seoul"));
SpringApplication.run(FavoritePlaceApplication.class, args);
}

Expand Down

0 comments on commit 0cc657c

Please sign in to comment.