Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/time_with_zone.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9208 [9208] 04/02/08 06:56:44 gbuesing TimeWithZone#method_missing: send to utc to advance with dst correctness, …
(edit) @9149 [9149] 03/30/08 22:24:35 gbuesing Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and …
(edit) @9108 [9108] 03/28/08 04:35:48 gbuesing config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson …
(edit) @9106 [9106] 03/28/08 02:10:36 gbuesing TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, …
(edit) @9105 [9105] 03/28/08 01:57:41 gbuesing TimeWithZone#usec returns 0 instead of error when DateTime is wrapped
(edit) @9081 [9081] 03/23/08 04:44:50 rick Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. …
(edit) @9079 [9079] 03/22/08 18:43:36 gbuesing Ensure correct TimeWithZone#to_date
(edit) @9071 [9071] 03/21/08 22:48:00 gbuesing Make TimeWithZone work with tzinfo 0.2.x: use …
(edit) @9047 [9047] 03/17/08 05:50:13 gbuesing Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. …
(edit) @9045 [9045] 03/17/08 05:07:50 gbuesing Adding TimeZone#parse
(edit) @9042 [9042] 03/17/08 03:45:32 gbuesing Adding TimeZone#at and DateTime#to_f
(edit) @9041 [9041] 03/17/08 02:54:23 gbuesing TimeWithZone responds to Ruby 1.9 weekday-named query methods
(edit) @9040 [9040] 03/17/08 02:40:28 gbuesing TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so …
(edit) @9008 [9008] 03/11/08 06:23:41 gbuesing Removing unneeded #change_time_zone method from Time, DateTime and …
(edit) @9006 [9006] 03/11/08 04:26:20 gbuesing TimeWithZone instances correctly enforce DST rules. Adding …
(edit) @8975 [8975] 03/03/08 03:49:37 gbuesing Adding TimeWithZone #marshal_dump and #marshal_load
(edit) @8886 [8886] 02/17/08 00:35:49 gbuesing Adding TimeWithZone#between?
(edit) @8884 [8884] 02/16/08 23:15:59 gbuesing TimeWithZone #+ and #- behave consistently with numeric arguments …
(edit) @8854 [8854] 02/10/08 22:26:16 gbuesing Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for …
(edit) @8853 [8853] 02/10/08 20:35:47 gbuesing TimeWithZone #in_time_zone returns +self+ if zone argument is the same as …
(edit) @8852 [8852] 02/10/08 20:04:14 gbuesing Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822
(edit) @8851 [8851] 02/10/08 19:15:32 gbuesing Pruning unneeded TimeWithZone#change_time_zone_to_current
(edit) @8732 [8732] 01/26/08 00:34:44 gbuesing TimeWithZone#- added, so that #- can handle a Time or TimeWithZone …
(edit) @8720 [8720] 01/25/08 18:23:22 gbuesing Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone …
(edit) @8711 [8711] 01/23/08 22:22:36 gbuesing Adding Time and DateTime #compare_with_coercion, which layers behavior on …
(add) @8696 [8696] 01/23/08 01:56:22 gbuesing Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a …
Note: See TracRevisionLog for help on using the revision log.