Path to this page:
./
time/ruby-tzinfo1,
Daylight savings aware timezone library
Branch: CURRENT,
Version: 1.2.11,
Package name: ruby31-tzinfo1-1.2.11,
Maintainer: tacaTZInfo provides daylight savings aware transformations between times in
different timezones.
Data Sources
------------
TZInfo requires a source of timezone data. There are two built-in options:
1. The TZInfo::Data library (the tzinfo-data gem). TZInfo::Data contains a
set of Ruby modules that are generated from the [IANA Time Zone
Database](http://www.iana.org/time-zones).
2. A zoneinfo directory. Most Unix-like systems include a zoneinfo
directory containing timezone definitions. These are also generated from
the [IANA Time Zone Database](http://www.iana.org/time-zones).
By default, TZInfo::Data will be used. If TZInfo::Data is not available
(i.e. if "require 'tzinfo/data'" fails), then TZInfo will search for a
zoneinfo directory instead (using the search path specified by
TZInfo::ZoneinfoDataSource::DEFAULT_SEARCH_PATH).
If no data source can be found, a TZInfo::DataSourceNotFound exception will
be raised when TZInfo is used. Further information is available [in the
wiki](http://tzinfo.github.io/datasourcenotfound) to help with resolving
TZInfo::DataSourceNotFound errors.
The default data source selection can be overridden using
TZInfo::DataSource.set.
Custom data sources can also be used. See TZInfo::DataSource.set for further
details.
Required to run:[
misc/ruby-thread_safe] [
lang/ruby31-base]
Master sites:
Filesize: 163 KB
Version history: (Expand)
- (2023-01-31) Updated to version: ruby31-tzinfo1-1.2.11
- (2022-07-30) Updated to version: ruby27-tzinfo1-1.2.10
- (2021-10-07) Updated to version: ruby27-tzinfo1-1.2.9
- (2021-01-03) Updated to version: ruby26-tzinfo1-1.2.9
- (2020-11-10) Updated to version: ruby26-tzinfo1-1.2.8
- (2020-04-27) Updated to version: ruby26-tzinfo1-1.2.7
CVS history: (Expand)
2022-07-30 16:20:42 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
time/ruby-tzinfo1: update to 1.2.10
1.2.10 (2022-07-19)
* Fixed a relative path traversal bug that could cause arbitrary files to be
loaded with require when used with RubyDataSource. Please refer to
GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.
* Ignore the SECURITY file from Arch Linux's tzdata package. #134.
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-01-03 09:19:43 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
time/ruby-tzinfo1: update to 1.2.9
Version 1.2.9 - 16-Dec-2020
---------------------------
* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
zoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.
|
2020-11-10 15:30:00 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
time/ruby-tzinfo1: update to 1.2.8
1.2.8 (2020-11-08)
* Added support for handling "slim" format zoneinfo files that are produced
by default by zic version 2020b and later. The POSIX-style TZ string is
now used calculate DST transition times after the final defined transition
in the file. The 64-bit section is now always used regardless of whether
Time has support for 64-bit times. #120.
* Rubinius is no longer supported.
|
2020-04-27 15:33:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
time/ruby-tzinfo1: update to 1.2.7
Update ruby-tzinfo1 to 1.2.7.
Version 1.2.7 - 2-Apr-2020
--------------------------
* Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
* Fixed warnings when running on Ruby 2.8. #112.
|
2020-03-20 17:09:10 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
time/ruby-tzinfo1: update to 1.2.6
Update ruby-tzinfo1 to 1.2.6.
0.3.56 (2019-11-01)
* Updated to tzdata version 2019c
(https://mm.icann.org/pipermail/tz-announce/2019-September/000057.html).
|
2019-02-03 16:06:51 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
time/ruby-tzinfo1: add ruby-tzinfo1
Add ruby-tzinfo version 1.2.5 as ruby-tzinfo1.
This is for ruby packages require ruby-tzinfo 1.*.
|