Naoto Sato
23e2f27996
8246623: Remove minimum 4 digit requirement from Year.parse()
...
Reviewed-by: lancea, rriggs, joehw
2020-06-15 09:21:39 -07:00
Naoto Sato
27e168677f
8246662: Test java/time/test/java/time/format/TestUnicodeExtension.java failed on japanese locale
...
Reviewed-by: rriggs, joehw
2020-06-09 14:46:08 -07:00
Naoto Sato
d347d2ebf9
8246261: TCKLocalTime.java failed due to "AssertionError: expected [18:14:22] but found [18:14:23]"
...
Reviewed-by: lancea, joehw
2020-06-02 13:49:47 -07:00
David Holmes
7228978b19
8242504: Enhance the system clock to nanosecond precision
...
Co-authored-by: Mark Kralj-Taylor <kralj.mark@gmail.com>
Reviewed-by: dfuchs, rriggs, dcubed, vtewari
2020-05-28 22:34:02 -04:00
Naoto Sato
ed4bc1bf23
8244245: localizedBy() should override localized values with default values
...
Reviewed-by: joehw, rriggs, scolebourne
2020-05-07 09:27:48 -07:00
Kiran Sidhartha Ravikumar
066346ce9c
8243541: (tz) Upgrade time-zone data to tzdata2020a
...
Reviewed-by: naoto, martin, andrew
2020-04-28 17:31:20 +00:00
Naoto Sato
2b4b3d9efc
8240626: Some of the java.time.chrono.Eras return empty display name for some styles and locales
...
Reviewed-by: joehw
2020-03-16 09:26:01 -07:00
Naoto Sato
123ac07064
8239836: ZoneRules.of() doesn't check transitionList/standardOffsetTL arguments validity
...
Reviewed-by: rriggs, joehw, scolebourne
2020-03-09 13:20:45 -07:00
Naoto Sato
8493812702
8239520
: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
...
Reviewed-by: rriggs
2020-02-24 14:16:20 -08:00
Naoto Sato
d517220df6
8236903: ZoneRules#getOffset throws DateTimeException for rules with last rules
...
Reviewed-by: scolebourne, rriggs
2020-01-22 12:35:24 -08:00
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00
Naoto Sato
0ae7207e95
8187987: Add a mechanism to configure custom variants in HijrahChronology
...
Reviewed-by: joehw, rriggs
2020-01-21 08:02:10 -08:00
Naoto Sato
20b1410d0c
8235238: Parsing a time string ignores any custom TimeZoneNameProvider
...
Reviewed-by: joehw, rriggs
2019-12-13 08:17:28 -08:00
Naoto Sato
127c4a4e1b
8231273: Upgrade CLDR to v36
...
Reviewed-by: rriggs
2019-10-28 11:06:17 -07:00
Naoto Sato
ee9bd9bf04
8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth
...
Reviewed-by: joehw, scolebourne, rriggs
2019-09-11 08:50:03 -07:00
Naoto Sato
cf9351a41f
8211990: DateTimeException thrown when calculating duration between certain dates
...
Reviewed-by: lancea, scolebourne, rriggs
2019-08-13 10:10:42 -07:00
Thejasvi Voniadka
9a217b9313
8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
...
Reviewed-by: naoto
2019-08-05 11:11:18 +05:30
Naoto Sato
c1a479ad67
8212970: TZ database in "vanguard" format support
...
Reviewed-by: rriggs, joehw, erikj, scolebourne
2019-07-26 08:56:28 -07:00
Thejasvi Voniadka
1f325a0f20
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
...
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
2019-07-11 03:28:43 +05:30
Naoto Sato
8dfd33c2b4
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
...
Reviewed-by: lancea, scolebourne, rriggs
2019-05-31 13:49:35 -07:00
Naoto Sato
8f1d837e99
8224105: Cannot parse JapaneseDate string on some specified locales
...
Reviewed-by: bchristi
2019-05-21 13:40:56 -07:00
Naoto Sato
c709e1cbf0
8221432: Upgrade CLDR to Version 35.1
...
Reviewed-by: rriggs, srl
2019-05-08 12:45:02 -07:00
Naoto Sato
0b2e2ca9bd
8174268: Declare a public field in JapaneseEra for the era starting May 2019
...
Reviewed-by: rriggs, chegar
2019-04-01 08:21:45 -07:00
Naoto Sato
2a510a6353
8205432: Replace the placeholder Japanese era name
...
Reviewed-by: rriggs, chegar
2019-04-01 08:19:21 -07:00
Nishit Jain
30b074d93c
8209175: Handle 'B' character introduced in CLDR 33 JDK update for Burmese (my) locale
...
Reviewed-by: naoto, rriggs
2019-02-26 14:57:23 +05:30
Naoto Sato
3d0ccc7ec9
8214770: java/time/test/java/time/format/TestNonIsoFormatter.java failed in non-english locales
...
Reviewed-by: lancea, bpb
2018-12-04 11:10:14 -08:00
Pallavi Sonal
f5d19b9109
8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
...
Reviewed-by: rriggs, scolebourne, naoto
2018-10-04 17:25:51 +05:30
Naoto Sato
ff3f48d69f
8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
...
Reviewed-by: scolebourne, rriggs
2018-09-25 13:57:24 -07:00
Jesper Wilhelmsson
4fc510cc89
Merge
2018-07-14 02:14:54 +02:00
Naoto Sato
fa3591db42
8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly
...
Reviewed-by: rriggs
2018-07-11 14:47:43 -07:00
Toshio Nakamura
a8506cb4e1
8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
...
Reviewed-by: rriggs, scolebourne
2018-06-19 08:19:54 -07:00
Naoto Sato
0a99860ff9
8206120: Add test cases for lenient Japanese era parsing
...
Reviewed-by: rriggs
2018-07-03 14:42:13 -07:00
Rachna Goel
65a85be9c7
8202537: CLDR33
...
Upgraded CLDR data to V33.
Reviewed-by: naoto
2018-06-15 11:58:34 +05:30
Vivek Theeyarath
d7fe353db7
8204342: methods in java.time s TCKZoneRules OpenJDK test miss Test annotation
...
Added Test annotation to test methods
Reviewed-by: rriggs, naoto
2018-06-12 22:23:35 -07:00
Naoto Sato
ec4b6a477f
8202088: Japanese new era implementation
...
Reviewed-by: scolebourne, rriggs, nishjain, weijun
2017-08-09 14:54:37 -07:00
Naoto Sato
1d0e7680e8
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
...
Reviewed-by: erikj, rriggs
2018-04-13 10:23:01 -07:00
Naoto Sato
a9e6a67296
8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
...
Reviewed-by: erikj, sherman
2018-04-11 09:14:47 -07:00
Lana Steuck
414e05f6d7
Merge
2018-02-02 01:52:03 +00:00
Ramanand Patil
317bef9a41
8195837: (tz) Upgrade time-zone data to tzdata2018c
...
Reviewed-by: coffeys, naoto
2018-01-31 22:55:12 -08:00
Ivan Gerasimov
b9ecb2e95b
8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
...
Reviewed-by: scolebourne, rriggs
2018-01-29 10:48:13 -08:00
Naoto Sato
f065141ddc
8176841: Additional Unicode Language-Tag Extensions
...
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
2017-12-12 10:21:58 -08:00
Igor Ignatyev
643da5ac9c
8181118: update java/time tests to use RandomFactory from the top level testlibrary
...
Reviewed-by: rriggs
2017-12-08 11:03:37 -08:00
Ramanand Patil
6c99853a4c
8190258: (tz) Support tzdata2017c
...
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00