1. 28 9月, 2016 1 次提交
  2. 27 9月, 2016 1 次提交
  3. 24 9月, 2016 2 次提交
  4. 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
  5. 16 9月, 2016 5 次提交
  6. 13 9月, 2016 2 次提交
  7. 12 9月, 2016 2 次提交
  8. 09 9月, 2016 3 次提交
  9. 08 9月, 2016 1 次提交
  10. 07 9月, 2016 2 次提交
  11. 06 9月, 2016 2 次提交
  12. 05 9月, 2016 6 次提交
  13. 04 9月, 2016 5 次提交
  14. 03 9月, 2016 1 次提交
  15. 27 8月, 2016 1 次提交
  16. 17 8月, 2016 1 次提交
    • avp1983's avatar
      Update russian translation (#337) · 57a2c96f
      avp1983 提交于
      * translation console start
      
      * translation continue
      
      * translation continue
      
      * translation console start
      
      * translation continue
      
      * translation continue
      
      * translation correction
      
      * translation correction
      57a2c96f
  17. 16 8月, 2016 1 次提交
  18. 15 8月, 2016 2 次提交