1. 11 10月, 2016 1 次提交
  2. 08 10月, 2016 2 次提交
  3. 07 10月, 2016 1 次提交
  4. 05 10月, 2016 2 次提交
  5. 03 10月, 2016 4 次提交
  6. 02 10月, 2016 4 次提交
  7. 29 9月, 2016 1 次提交
  8. 28 9月, 2016 3 次提交
  9. 27 9月, 2016 1 次提交
  10. 25 9月, 2016 3 次提交
  11. 24 9月, 2016 3 次提交
  12. 21 9月, 2016 2 次提交
    • Noel Grandin's avatar
      Merge pull request #360 from marschall/timestamp-with-timezone-return-int · ddaa9950
      Noel Grandin 提交于
      Change getters in TimestampWithTimeZone to int
      ddaa9950
    • Philippe Marschall's avatar
      Change getters in TimestampWithTimeZone to int · 9c3478e4
      Philippe Marschall 提交于
      The convenience accessors getYear getMonth and getDay in
      TimestampWithTimeZone return long even though their values fall within
      the range of int. This makes them a bit inconvenient to work with as
      most APIs (Calendar, LocalDateTime) take int for such values.
      
      This commit contains the following changes
      
       - change TimestampWithTimeZone#getYear() to return an int instead of
         a long
       - change TimestampWithTimeZone#getMonth() to return an int instead of
         a long
       - change TimestampWithTimeZone#getDay() to return an int instead of
         a long
      9c3478e4
  13. 16 9月, 2016 5 次提交
  14. 13 9月, 2016 2 次提交
  15. 12 9月, 2016 2 次提交
  16. 09 9月, 2016 3 次提交
  17. 08 9月, 2016 1 次提交