미니옵빠의 code stubs

시간 Timezone 에 대한 고찰 본문

General

시간 Timezone 에 대한 고찰

미니옵빠 2016. 11. 15. 21:47

Moment Timezone (http://momentjs.com/timezone/ ) 을 보다가 파악한 내용


timezone 은 DST(daylight saving time, 서머타임-summer time)에 의해 값이 바뀔 수 있다

DST 뿐만 아니라 각 나라의 변덕에 의해 언제든지 바뀔 수 있는 상태.


그래서 수시로 라이브러리를 업데이트 해주는 것이 가장 좋으며, 이를 위해 수시로 모니터링 해야 함.


참고로 http://www.timeanddate.com/time/change/ 에는 각 도시/나라의 Clock Changes 계획을 볼 수 있음

예) http://www.timeanddate.com/time/change/usa 에는 미국의 2019년까지 Clock Changes 를 확인 가능



Github 참고 (What happens after 2020) - moment-timezone-2010-2020.min.js 를 보고 한 질문

- https://github.com/moment/moment-timezone/issues/363#issuecomment-235651800


관련 블로그 (바뀐 사례) 참고:

- http://codeofmatt.com/2016/04/23/on-the-timing-of-time-zone-changes/

- http://codeofmatt.com/2016/07/01/time-zone-chaos-inevitable-in-egypt/