summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/util/ZoneInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid a type conversion during comparisonNeil Fuller2015-01-061-1/+1
* Fix integer overflow issue in ZoneInfo.Narayan Kamath2014-12-301-9/+20
* Create GregorianCalendar via a delegate.Deepanshu Gupta2014-12-241-1/+7
* Fix ZoneInfo.useDaylightTime()Neil Fuller2014-09-121-8/+7
* Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-221-1/+660
* Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-171-1/+10
* Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-171-10/+1
* Add a cache for ZoneInfo objects in JavaNeil Fuller2014-07-161-1/+10
* Make it possible to share libcore.util.ZoneInfo with bionic.Elliott Hughes2012-10-191-1/+43
* Slim down ZoneInfo.toString.Elliott Hughes2012-10-051-29/+9
* Fix TimeZone's handling of Australia/Lord_Howe.Elliott Hughes2012-07-301-11/+33
* Fix various FindBugs warnings.Elliott Hughes2011-02-171-1/+1
* Move ZoneInfo and ZoneInfoDB into libcore.util.Elliott Hughes2011-02-141-0/+260