티스토리 뷰

IT/Java

FastDateFormat 쓰자

underbell 2014. 7. 21. 15:02
simpleDateFormat 쓰레드 락 걸릴 때 있다
Calendar 역시 static은 쓰레드 락 걸린다
FastDateFormat 쓰자
 
Format sdf = FastDateFormat.getInstance("yyyyMMddHHmmss", Locale.getDefault());
String currDate = sdf.format(new Date());
log.debug("yyyyMMddHHmmss : " + currDate);


http://stackoverflow.com/questions/6840803/simpledateformat-thread-safety

http://devday.tistory.com/entry/SimpleDateFormat%EA%B3%BC-Thread-Safety


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
TAG
more
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
글 보관함