JakeWharton / ThreeTenABP

An adaptation of the JSR-310 backport for Android.
Apache License 2.0
3.55k stars 133 forks source link

Add API to let users specify their own TZDB and add gradle task to download latest TZDB #59

Closed kenyee closed 5 years ago

kenyee commented 7 years ago

Add easy way to grab latest TZDB.dat and add to RELEASE steps. Add method to let users specify a TZDB file in their own assets if they want to be ahead of the library.

Reason for the PR is there are new TZs (e.g. Punta_Arenas) that are in the upstream DB but not updated in this library as quickly.

kenyee commented 7 years ago

TravisCI looks broken by the new SDK manager? :-( "$ echo no | android create avd --force -n test -t android-15 --abi armeabi-v7a Error: Target id is not valid. Use 'android list targets' to get the target ids."

JakeWharton commented 6 years ago

Rebase on master