- 12 6月, 2014 1 次提交
-
-
由 scolebourne 提交于
Summary: Optimise performance Reviewed-by: rriggs
-
- 11 6月, 2014 1 次提交
-
-
由 scolebourne 提交于
Summary: Fix Instant parsing Reviewed-by: rriggs
-
- 12 4月, 2014 1 次提交
-
-
由 scolebourne 提交于
8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect Reviewed-by: lancea, rriggs
-
- 25 3月, 2014 1 次提交
-
-
由 sherman 提交于
Summary: to include the set "zone" in resolved result Reviewed-by: sherman, chegar
-
- 08 1月, 2014 1 次提交
-
-
由 rriggs 提交于
Summary: Correct specification for Duration.toDays, toHours Reviewed-by: lancea, alanb
-
- 07 3月, 2014 1 次提交
-
-
由 scolebourne 提交于
Reviewed-by: chegar, rriggs Contributed-by: scolebourne@joda.org
-
- 23 1月, 2014 1 次提交
-
-
由 rriggs 提交于
Summary: Add @param tags Reviewed-by: lancea, darcy
-
- 05 2月, 2014 1 次提交
-
-
由 rriggs 提交于
8032888: Error message typo in TemporalAccessor 8032558: Instant spec includes incorrect assertion wrt valid range 8032494: DateTimeFormatter spec includes irrelevent detail on parsing pattern Summary: Update to fix typos, remove extraneous text Reviewed-by: darcy, lancea, sherman, scolebourne
-
- 01 3月, 2014 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: lancea
-
- 30 3月, 2014 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: lancea, rriggs Contributed-by: NStephen Colebourne <scolebourne@joda.org>
-
- 07 3月, 2014 2 次提交
-
-
由 scolebourne 提交于
Reviewed-by: alanb, rriggs Contributed-by: NStephen Colebourne <scolebourne@joda.org>
-
由 scolebourne 提交于
Summary: Correctly zeros low order bits of time when setting milli/micro Reviewed-by: alanb, rriggs Contributed-by: NStephen Colebourne <scolebourne@joda.org>
-
- 21 12月, 2013 2 次提交
- 12 12月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Add warning about identity of value types and reference to ValueBased.html Reviewed-by: briangoetz, smarks, scolebourne
-
- 10 11月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: correct declarations and add @SuppressWarnings Reviewed-by: darcy, lancea
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 20 10月, 2013 1 次提交
-
-
由 vromero 提交于
8026854: java.time.temporal.TemporalQueries doesn't compile after javac modification to lambda flow analysis Reviewed-by: psandoz
-
- 19 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Add a listener to the parseContext called when the Chronology changes Reviewed-by: sherman
-
- 18 10月, 2013 1 次提交
-
-
由 sherman 提交于
8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file system Summary: removed the compatiblity old short-ids mapping Reviewed-by: okutsu
-
- 17 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Corrected links to TemporalQuery and TemporalField.resolve Reviewed-by: mduigou, darcy, lancea
-
- 23 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: optimize serialized form of OffsetTime, OffsetDateTime; correct order of modifiers Reviewed-by: sherman
-
- 16 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Move static from interfaces methods to supporting classes Reviewed-by: sherman
-
- 10 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Add appendValueReduced method based on a ChronoLocalDate to provide context for the value Reviewed-by: sherman Contributed-by: scolebourne@joda.org
-
- 27 9月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Add values and types to exception messages Reviewed-by: lancea Contributed-by: scolebourne@joda.org
-
- 15 9月, 2013 2 次提交
- 05 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: javadoc only fix to correct example to use "." and "Z" Reviewed-by: sherman
-
- 15 9月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Method until(Temporal,TemporalUnit) now uses from() to convert; Enhance from() methods where necessary Reviewed-by: sherman Contributed-by: scolebourne@joda.org
-
- 11 9月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: The serialized-form.html should specify the stream format for interoperability Reviewed-by: alanb
-
- 04 9月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Make Period ISO-only, adding a Chronology-specific period concept Reviewed-by: sherman Contributed-by: scolebourne@joda.org
-
- 15 9月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: correct the javadoc in JapaneseEra.MEIJI to match the implementation Reviewed-by: darcy, sherman
-
- 30 8月, 2013 2 次提交
- 04 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Add tests and cleanup existing serialization tests Reviewed-by: sherman
-
- 17 8月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: align Meiji start date with lib/calendar.properties to avoid any confusion Reviewed-by: sherman
-
- 19 7月, 2013 1 次提交
-
-
由 sherman 提交于
8020418: Cleanup of -Xlint warnings in java.time 8016623: test/java/time/format/TestDateTimeTextProvider.java failing Summary: Integration of JSR310 Date/Time API update IV Reviewed-by: sherman Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com, chand.basha@oracle.com
-
- 10 7月, 2013 1 次提交
-
-
由 scolebourne 提交于
Summary: Split Chronology and add AbstractChronology Reviewed-by: darcy Contributed-by: scolebourne@joda.org
-
- 27 9月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Remove ZoneId and Chronology from TemporalField interface Reviewed-by: sherman Contributed-by: scolebourne@joda.org
-
- 02 7月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: lancea, rriggs
-