summaryrefslogtreecommitdiff
path: root/time/ruby-tzinfo
AgeCommit message (Collapse)AuthorFilesLines
2017-04-15Update ruby-tzinfo to 1.2.3.taca2-7/+7
v1.2.3 2017/3/25 * Reduce the number of String objects allocated when loading zoneinfo files. #54. * Make Timezone#friendly_identifier compatible with frozen string literals. * Improve the algorithm for deriving the utc_offset from zoneinfo files. This now correctly handles Pacific/Apia switching from one side of the International Date Line to the other whilst observing daylight savings time. #66. * Fix an UnknownTimezone exception when calling transitions_up_to or offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy. * Allow the Factory zone to be obtained from the Zoneinfo data source. * Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware distributions. #64. * Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more than one percent. #31. * Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time zone in Timezone#strftime. #31 and #67.
2016-01-03Update ruby-tzinfo to 1.2.2.taca4-608/+99
Version 1.2.2 - 8-Aug-2014 -------------------------- * Fix an error with duplicates being returned by Timezone#all_country_zones and Timezone#all_country_zone_identifiers when used with tzinfo-data v1.2014.6 or later. * Use the zone1970.tab file for country timezone data if it is found in the zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added in tzdata 2014f. zone.tab is now deprecated. Version 1.2.1 - 1-Jun-2014 -------------------------- * Support zoneinfo files generated with zic version 2014c and later. * On platforms that only support positive 32-bit timestamps, ensure that conversions are accurate from the epoch instead of just from the first transition after the epoch. * Minor documentation improvements. Version 1.2.0 - 26-May-2014 --------------------------- * Raise the minimum supported Ruby version to 1.8.7. * Support loading system zoneinfo data on FreeBSD, OpenBSD and Solaris. Resolves #15. * Add canonical_identifier and canonical_zone methods to Timezone. Resolves #16. * Add a link to a DataSourceNotFound help page in the TZInfo::DataSourceNotFound exception message. * Load iso3166.tab and zone.tab files as UTF-8. * Fix Timezone#local_to_utc returning local Time instances on systems using UTC as the local time zone. Resolves #13. * Fix == methods raising an exception when passed an instance of a different class by making <=> return nil if passed a non-comparable argument. * Eliminate "require 'rational'" warnings. Resolves #10. * Eliminate "assigned but unused variable - info" warnings. Resolves #11. * Switch to minitest v5 for unit tests. Resolves #18. Version 1.1.0 - 25-Sep-2013 --------------------------- * TZInfo is now thread safe. ThreadSafe::Cache is now used instead of Hash to cache Timezone and Country instances returned by Timezone.get and Country.get. The tzinfo gem now depends on thread_safe ~> 0.1. * Added a transitions_up_to method to Timezone that returns a list of the times where the UTC offset of the timezone changes. * Added an offsets_up_to method to Timezone that returns the set of offsets that have been observed in a defined timezone. * Fixed a "can't modify frozen String" error when loading a Timezone from a zoneinfo file using an identifier String that is both tainted and frozen. Resolves #3. * Support TZif3 format zoneinfo files (now produced by zic from tzcode version 2013e onwards). * Support using YARD to generate documentation (added a .yardopts file). * Ignore the +VERSION file included in the zoneinfo directory on Mac OS X. * Added a note to the documentation concerning 32-bit zoneinfo files (as included with Mac OS X). Version 1.0.1 - 22-Jun-2013 --------------------------- * Fix a test case failure when tests are run from a directory that contains a dot in the path (issue #29751). Version 1.0.0 - 2-Jun-2013 -------------------------- * Allow TZInfo to be used with different data sources instead of just the built-in Ruby module data files. * Include a data source that allows TZInfo to load data from the binary zoneinfo files produced by zic and included with many Linux and Unix-like distributions. * Remove the definition and index Ruby modules from TZInfo and move them into a separate TZInfo::Data library (available as the tzinfo-data gem). * Default to using the TZInfo::Data library as the data source if it is installed, otherwise use zoneinfo files instead. * Preserve the nanoseconds of local timezone Time objects when performing conversions (issue #29705). * Don't add the tzinfo lib directory to the search path when requiring 'tzinfo'. The tzinfo lib directory must now be in the search path before 'tzinfo' is required. * Add utc_start_time, utc_end_time, local_start_time and local_end_time instance methods to TimezonePeriod. These return an identical value as the existing utc_start, utc_end, local_start and local_end methods, but return Time instances instead of DateTime. * Make the start_transition, end_transition and offset properties of TimezonePeriod protected. To access properties of the period, callers should use other TimezonePeriod instance methods instead (issue #7655).
2015-12-12Update ruby-tzinfo to 0.3.46.taca2-7/+7
== Version 0.3.46 (tzdata v2015g) - 02-Dec-2015 * From version 2015e, the IANA time zone database uses non-ASCII characters in country names. Backport the encoding handling from TZInfo::Data to allow TZInfo 0.3.x to support Ruby 1.9 (which would otherwise fail with an invalid byte sequence error when loading the countries index). Resolves #41.
2015-11-02Add SHA512 digests for distfiles for time categoryagc1-1/+2
Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-12Update tuby-tzinfo to 0.3.45.taca3-7/+9
== Version 0.3.45 (tzdata v2015g) - 03-Oct-2015 * Updated to tzdata version 2015g (http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).
2015-06-10Update ruby-tzinfo to 0.3.44.taca2-6/+6
== Version 0.3.44 (tzdata v2015d) - 24-Apr-2015 * Updated to tzdata version 2015d (http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html).
2015-02-01Update ruby-tzinfo to 0.3.43.taca2-6/+6
== Version 0.3.43 (tzdata v2015a) - 31-Jan-2015 * Updated to tzdata version 2015a (http://mm.icann.org/pipermail/tz-announce/2015-January/000028.html).
2014-10-25Update ruby-tzinfo to 0.3.42.taca3-7/+8
== Version 0.3.42 (tzdata v2014i) - 23-Oct-2014 * Updated to tzdata version 2014i (http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).
2014-08-23Update ruby-tzinfo to 0.3.41.taca3-7/+9
== Version 0.3.41 (tzdata v2014f) - 8-Aug-2014 * Updated to tzdata version 2014f (http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html).
2014-07-15Update ruby-tzinfo to 0.3.40.taca3-7/+8
== Version 0.3.40 (tzdata v2014e) - 10-Jul-2014 * Updated to tzdata version 2014e (http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
2014-03-13Update ruby-tz to 0.3.39.taca3-13/+8
* Updated to tzdata version 2014a (http://mm.icann.org/pipermail/tz-announce/2014-March/000018.html).
2013-12-13Update ruby-tz to 0.3.38.taca3-8/+12
== Version 0.3.38 (tzdata v2013g) - 8-Oct-2013 * Updated to tzdata version 2013g (http://mm.icann.org/pipermail/tz-announce/2013-October/000015.html). == Version 0.3.37 (tzdata v2013b) - 11-Mar-2013 * Updated to tzdata version 2013b (http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html). == Version 0.3.36 (tzdata v2013a) - 3-Mar-2013 * Updated to tzdata version 2013a (http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html). * Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on Ruby 2.0. * Change eql? and == implementations to test the class of the passed in object instead of checking individual properties with 'respond_to?'. == Version 0.3.35 (tzdata v2012i) - 4-Nov-2012 * Updated to tzdata version 2012i (http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html). == Version 0.3.34 (tzdata v2012h) - 27-Oct-2012 * Updated to tzdata version 2012h (http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html).
2012-06-02Update ruby-tzinfo to 0.3.33.taca2-6/+6
== Version 0.3.33 (tzdata v2012c) - 8-Apr-2012 * Updated to tzdata version 2012c (http://article.gmane.org/gmane.comp.time.tz/4859).
2012-03-12Update ruby-tzinfo package to 0.3.32.taca3-7/+8
== Version 0.3.32 (tzdata v2012b) - 4-Mar-2012 * Updated to tzdata version 2012b (http://article.gmane.org/gmane.comp.time.tz/4756).
2011-11-08Update ruby-tzinfo package to 0.3.31.taca3-7/+9
== Version 0.3.31 (tzdata v2011n) - 6-Nov-2011 * Updated to tzdata version 2011n (http://article.gmane.org/gmane.comp.time.tz/4434). == Version 0.3.30 (tzdata v2011k) - 29-Sep-2011 * Updated to tzdata version 2011k (http://article.gmane.org/gmane.comp.time.tz/4084).
2011-07-01Update ruby-tzinfo package to 0.3.29. (a leaf package)taca3-7/+9
== Version 0.3.29 (tzdata v2011h) - 27-Jun-2011 * Updated to tzdata version 2011h (http://article.gmane.org/gmane.comp.time.tz/3814). * Allow the default value of the local_to_utc and period_for_local dst parameter to be specified globally with a Timezone.default_dst attribute. Thanks to Kurt Werle for the suggestion and patch.
2011-06-15Update ruby-tzinfo package to 0.3.28.taca2-6/+6
== Version 0.3.28 (tzdata v2011g) - 13-Jun-2011 * Add support for Ruby 1.9.3 (trunk revision 31668 and later). Thanks to Aaron Patterson for reporting the problems running on the new version. Closes #29233.
2011-04-27Update ruby-tzinfo package to 0.3.27.taca2-6/+6
== Version 0.3.27 (tzdata v2011g) - 26-Apr-2011 * Updated to tzdata version 2011g (http://article.gmane.org/gmane.comp.time.tz/3758).
2011-04-06Update ruby-tzinfo package to 0.3.26.taca2-6/+6
== Version 0.3.26 (tzdata v2011e) - 2-Apr-2011 * Updated to tzdata version 2011e (http://article.gmane.org/gmane.comp.time.tz/3707).
2011-03-16Update ruby-tzinfo package to 0.3.25.taca3-7/+10
== Version 0.3.25 (tzdata v2011d) - 14-Mar-2011 * Updated to tzdata version 2011d (http://article.gmane.org/gmane.comp.time.tz/3662).
2011-01-15Update ruby-tzinfo package to 0.3.24.taca2-6/+6
== Version 0.3.24 (tzdata v2010o) - 15-Jan-2011 * Updated to tzdata version 2010o (http://article.gmane.org/gmane.comp.time.tz/3473).
2010-09-10Update time/ruby-tzinfo to 0.3.23.taca3-11/+12
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. == Version 0.3.23 (tzdata v2010l) - 19-Aug-2010 * Updated to tzdata version 2010l (http://article.gmane.org/gmane.comp.time.tz/3354).
2010-05-29Add LICENSE.taca1-1/+2
2010-05-29Update ruby-tzinfo pakage from 0.3.20 to 0.3.22.taca3-7/+8
== Version 0.3.22 (tzdata v2010j) - 29-May-2010 * Corrected file permissions issue with 0.3.21 release. == Version 0.3.21 (tzdata v2010j) - 28-May-2010 * Updated to tzdata version 2010j (http://article.gmane.org/gmane.comp.time.tz/3225). * Change invalid timezone check to exclude characters not used in timezone identifiers and avoid 'character class has duplicated range' warnings with Ruby 1.9.2. * Ruby 1.9.2 has deprecated "require 'rational'", but older versions of Ruby need rational to be required. Require rational only when the Rational module has not already been loaded. * Remove circular requires (now a warning in Ruby 1.9.2). Instead of using requires in each file for dependencies, tzinfo.rb now requires all tzinfo files. If you were previously requiring files within the tzinfo directory (e.g. require 'tzinfo/timezone'), then you will now have to require 'tzinfo' instead.
2010-04-24Update ruby-tzinfo package to 0.3.20.taca2-6/+6
== Version 0.3.20 (tzdata v2010i) - 19-Apr-2010 * Updated to tzdata version 2010i (http://article.gmane.org/gmane.comp.time.tz/3202).
2010-04-06Update ruby-tzinfo package to 0.3.19.taca2-6/+6
* Updated to tzdata version 2010h (http://article.gmane.org/gmane.comp.time.tz/3188).
2010-03-30Update ruby-tzinfo package to 0.3.18.taca3-7/+8
* Updated to tzdata version 2010g (http://article.gmane.org/gmane.comp.time.tz/3172).
2010-03-09Update ruby-tzinfo package to 0.3.17.taca3-8/+10
Updated to tzdata version 2010e (http://article.gmane.org/gmane.comp.time.tz/3128).
2010-01-30Fix PLIST problem reported as PR pkg/42703 by Robert Elz.taca2-2/+4
2010-01-22Update ruby-tzinfo package to 0.3.16.taca2-6/+6
== Version 0.3.16 (tzdata v2009u) - 5-Jan-2010 * Support the use of '-' to denote '0' as an offset in the tz data files. Used for the first time in the SAVE field in tzdata v2009u. * Updated to tzdata version 2009u (http://article.gmane.org/gmane.comp.time.tz/3053).
2009-11-30Update ruby-tzinfo package to 0.3.15.taca2-6/+6
== Version 0.3.15 (tzdata v2009p) - 26-Oct-2009 * Updated to tzdata version 2009p (http://article.gmane.org/gmane.comp.time.tz/2953). * Added a description to the gem spec. * List test files in test_files instead of files in the gem spec. == Version 0.3.14 (tzdata v2009l) - 19-Aug-2009 * Updated to tzdata version 2009l (http://article.gmane.org/gmane.comp.time.tz/2818). * Include current directory in load path to allow running tests on Ruby 1.9.2, which doesn't include it by default any more.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-28/+1
2009-06-10Update ruby-tzinfo to 0.3.13.minskim3-7/+8
Changes: * Updated to tzdata version 2009f (http://article.gmane.org/gmane.comp.time.tz/2668). * Untaint the timezone module filename after validation to allow use with $SAFE == 1 (e.g. under mod_ruby). Thanks to Dmitry Borodaenko for the suggestion. Closes #25349.
2008-11-15Update ruby-tzinfo package to 0.3.12.taca3-7/+8
Changes from 0.3.11: == Version 0.3.12 (tzdata v2008i) - 12-Nov-2008 * Updated to tzdata version 2008i (http://article.gmane.org/gmane.comp.time.tz/2440).
2008-10-08Update ruby-tzinfo package to 0.3.11.taca3-7/+9
== Version 0.3.11 (tzdata v2008g) - 7-Oct-2008 * Updated to tzdata version 2008g (http://article.gmane.org/gmane.comp.time.tz/2335). * Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9. Only use Rational.new! if it is available (it is preferable in Ruby 1.8 for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for reporting this. Closes #22312. * Apply a patch from Pratik Naik to replace assert calls that have been deprecated in the Ruby svn trunk. Closes #22308.
2008-09-18Update ruby-tzinfo pacakge to 0.3.10.taca3-7/+8
This is a leaf package. == Version 0.3.10 (tzdata v2008f) - 16-Sep-2008 * Updated to tzdata version 2008f (http://article.gmane.org/gmane.comp.time.tz/2293).
2008-08-16Update ruby-tzinfo package to 0.3.9.taca3-7/+8
== Version 0.3.9 (tzdata v2008c) - 27-May-2008 * Updated to tzdata version 2008c (http://article.gmane.org/gmane.comp.time.tz/2183). * Support loading timezone data in the latest trunk versions of Ruby 1.9. Rational.new! is now private, so call it using Rational.send :new! instead. Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184. * Prevent warnings from being output when running Ruby with the -v or -w command line options. Thanks to Paul McMahon for the patch. Closes #19719.
2008-04-04Update ruby-tzinfo to version 0.3.8. Changes from version 0.3.5 include:jlam3-635/+652
+ Install as a Ruby gem. * Updated to tzdata version 2008b (http://article.gmane.org/gmane.comp.time.tz/2149).
2007-10-16Update ruby-tzinfo to 0.3.5.minskim3-9/+14
Changes: * Updated to tzdata version 2007h.
2006-10-15Correct file permission. Bump PKGREVISION.minskim1-2/+8
2006-10-12Import ruby-tzinfo-0.3.2.minskim4-0/+637
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby modules which are packaged in the release. No external zoneinfo files are required at runtime.