원격 시간대로 시간 계산
https://github.com/spencermountain/spacetime
<script src="https://unpkg.com/spacetime"></script> <script> var d = spacetime('March 1 2012', 'America/New_York') //set the time d = d.time('4:20pm') d = d.goto('America/Los_Angeles') d.time() //'1:20pm' </script>
등록된 댓글이 없습니다.