feat: update timezone of server to be Riyadh UTC+3
This commit is contained in:
parent
f4abfec73b
commit
75e12db502
@ -4,11 +4,14 @@ import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.scheduling.annotation.EnableAsync;
|
||||
|
||||
import java.util.TimeZone;
|
||||
|
||||
@SpringBootApplication
|
||||
@EnableAsync
|
||||
public class WesalApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Riyadh"));
|
||||
SpringApplication.run(WesalApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user