|
|
|
@9149
|
[9149]
|
03/30/08 22:24:35 |
gbuesing |
Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and … |
|
|
|
@9107
|
[9107]
|
03/28/08 04:06:47 |
gbuesing |
Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps … |
|
|
|
@9071
|
[9071]
|
03/21/08 22:48:00 |
gbuesing |
Make TimeWithZone work with tzinfo 0.2.x: use … |
|
|
|
@9046
|
[9046]
|
03/17/08 05:14:26 |
gbuesing |
TZInfo caches Timezone instances in its own internal hash cache, so … |
|
|
|
@9045
|
[9045]
|
03/17/08 05:07:50 |
gbuesing |
Adding TimeZone#parse |
|
|
|
@9042
|
[9042]
|
03/17/08 03:45:32 |
gbuesing |
Adding TimeZone#at and DateTime#to_f |
|
|
|
@9040
|
[9040]
|
03/17/08 02:40:28 |
gbuesing |
TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so … |
|
|
|
@9007
|
[9007]
|
03/11/08 05:39:13 |
gbuesing |
TimeZone #local and #now correctly enforce DST rules |
|
|
|
@9006
|
[9006]
|
03/11/08 04:26:20 |
gbuesing |
TimeWithZone instances correctly enforce DST rules. Adding … |
|
|
|
@8847
|
[8847]
|
02/10/08 17:02:22 |
gbuesing |
TimeZone#new renamed #local, so that new TimeWithZone instances can be … |
|
|
|
@8806
|
[8806]
|
02/06/08 06:43:02 |
rick |
Add Time Zone support to ActiveRecord, and config.time_zone property for … |
|
|
|
@8747
|
[8747]
|
01/29/08 01:23:53 |
rick |
Remove unnofficial 'PST' timezone |
|
|
|
@8746
|
[8746]
|
01/29/08 01:09:49 |
rick |
Support retrieving TimeZones with a Duration. TimeZone[-28800] == … |
|
|
|
@8720
|
[8720]
|
01/25/08 18:23:22 |
gbuesing |
Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone … |
|
|
|
@8716
|
[8716]
|
01/25/08 03:54:10 |
gbuesing |
TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone … |
|
|
|
@8710
|
[8710]
|
01/23/08 20:49:53 |
gbuesing |
TimeZone#now returns an ActiveSupport::TimeWithZone |
|
|
|
@8697
|
[8697]
|
01/23/08 02:11:00 |
gbuesing |
Adding alternate_utc_string option to TimeZone#formatted_offset. Removing … |
|
|
|
@8679
|
[8679]
|
01/21/08 03:55:54 |
gbuesing |
Replace non-dst-aware TimeZone class with dst-aware class from … |
|
|
|
@8635
|
[8635]
|
01/12/08 20:44:31 |
gbuesing |
Refactor number-to-HH:MM-string conversion logic from … |
|
|
|
@8370
|
[8370]
|
12/10/07 10:08:07 |
bitsweat |
TimeZone#to_s uses UTC rather than GMT. References #1689. |
|
|
|
@8369
|
[8369]
|
12/10/07 10:05:43 |
bitsweat |
Ruby 1.9 compat: TimeZone avoids localtime conversion. References #1689 … |
|
|
|
@7700
|
[7700]
|
09/30/07 22:56:37 |
david |
Fixed that La Paz was included in -25200 and -14400 offsets when it should … |
|
|
|
@7659
|
[7659]
|
09/27/07 10:41:12 |
bitsweat |
send -> send! for some private methods |
|
|
|
@5224
|
[5224]
|
10/04/06 09:03:57 |
nzkoz |
Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra] |
|
|
|
@5223
|
[5223]
|
10/03/06 23:45:32 |
nzkoz |
Add ActiveSupport::Multibyte. Provides String#chars which lets you deal … |
|
|
|
@4386
|
[4386]
|
05/31/06 22:43:53 |
bitsweat |
fix test warnings |
|
|
|
@787
|
[787]
|
02/24/05 11:56:09 |
david |
Made TimeZone even more delicious #709 |
|
|
|
@776
|
[776]
|
02/23/05 23:55:59 |
david |
Fixed TimeZone issues in action-pack and active-support #704 |
|
|
|
@768
|
[768]
|
02/23/05 15:13:03 |
david |
Moved TimeZone to Active Support |