IngramChen
積分 1
基本上新設計的 date API 多半都有 Java8 time API 的影子 -- 分為機器產生的絕對時間和人使用的曆法時間
Absolute -- Java 8 Instant
DateTime -- Java 8 LocalDateTime
不過沒看到相對應的 ZonedDateTime 或是 OffsetDateTime,只有轉 string 時才會出現。
這個嘛... 我猜未來 proposal 會加上去吧,而且 Absolute
這個字大概會被改掉,因為明明文件裡就一直出現 instant
這個字。