본문 바로가기
Digital Healthcare/SAMSUNG

[Samsung Health SDK] UTC millisecond

by goatlab 2022. 8. 8.
728x90
반응형
SMALL

What is UTC?

 

UTC는 주요 보편적 시간 유지 표준이다. 협정 세계시 (Coordinated Universal Time)를 나타낸다. 사람들은 이것을 사용하여 전 세계에서 일반적인 방법으로 시간을 측정한다. 기본적으로 GMT (그리니치 표준시)와 상호 교환 가능하게 사용되기 때문에 그리니치 자오선 (경도 0°) 이라고도 하는 그리니치 자오선 주위에 정의된 시간대라고 생각할 수 있다.

 

2015-03-07 16:00 UTC (Sat Mar 07 2015 16:00:00)
1425744000000 milliseconds
1425744000 seconds
--> to local time & date: Sun Mar 08 2015 01:00:00 (local timezone (UTC+9h) 한국 표준시)

 

example : Heart rate

 

 {
     "heart_rate":147.48181,
     "heart_rate_min":99.0,
     "heart_rate_max":124.0,
     "start_time":1422457096536,
     "end_time":1493922600000
 }

 

https://currentmillis.com/tutorials/system-currentTimeMillis.html

 

Unix Timestamp in Milliseconds

System.currentTimeMillis() - Unix Timestamps in Java & Javascript. Milliseconds & the Unix Epoch. UTC time

currentmillis.com

 

728x90
반응형
LIST