- 시간 관련 클래스들 - Date, DateFormatter, DateComponents
- 내부적으로 Date는 Double일 뿐
- Calendar
- DateFormatter의 Locale, TimeZone
- Unix time(epoch time)을 Date로 바꾸기
- TimeInterval(=Double)을 시간 String으로 변환
- Date과 Milliseconds 사이 변환
- Date 조작 - 분과 초 버리기
- Date 조작 - 하루 더하기
- SwiftUI DatePicker locale 수동 설정
참고
https://en.proft.me/2020/03/4/working-dates-swift/
https://www.kodeco.com/29432031-wrangling-dates-time-in-ios
https://www.codingem.com/swift-date-to-milliseconds/#:~:text=To convert a Date to,it by 1000 every time.