|
|
|
@9226
|
[9226]
|
04/05/08 03:52:58 |
pratik |
Improve documentation. |
|
|
|
@9161
|
[9161]
|
03/31/08 02:18:17 |
bitsweat |
Fine, warn. Just don't recurse to death in cc.rb |
|
|
|
@9155
|
[9155]
|
03/31/08 01:09:29 |
bitsweat |
Always alias DateTime#to_s to #to_default_s |
|
|
|
@9137
|
[9137]
|
03/29/08 21:23:10 |
bitsweat |
Play nice with 1.9's DateTime#to_s |
|
|
|
@9042
|
[9042]
|
03/17/08 03:45:32 |
gbuesing |
Adding TimeZone#at and DateTime#to_f |
|
|
|
@8711
|
[8711]
|
01/23/08 22:22:36 |
gbuesing |
Adding Time and DateTime #compare_with_coercion, which layers behavior on … |
|
|
|
@8705
|
[8705]
|
01/23/08 16:10:28 |
gbuesing |
Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that … |
|
|
|
@8699
|
[8699]
|
01/23/08 02:53:29 |
gbuesing |
Refactor Time and DateTime #to_formatted_s: use ternary instead of nested … |
|
|
|
@8698
|
[8698]
|
01/23/08 02:46:47 |
gbuesing |
Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc … |
|
|
|
@8649
|
[8649]
|
01/16/08 20:07:10 |
gbuesing |
Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing … |
|
|
|
@8608
|
[8608]
|
01/09/08 09:45:56 |
bitsweat |
Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper] |
|
|
|
@8606
|
[8606]
|
01/09/08 08:46:08 |
bitsweat |
Document date and time to_formatted_s. Closes #10747 [leethal] |
|
|
|
@8428
|
[8428]
|
12/17/07 00:18:27 |
david |
Docfix (closes #10369) [revans] |
|
|
|
@8398
|
[8398]
|
12/15/07 02:27:29 |
bitsweat |
Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's … |
|
|
|
@8076
|
[8076]
|
11/05/07 22:29:11 |
nzkoz |
Cater for DST changes when converting Times to DateTimes. Closes #10068 … |
|
|
|
@7868
|
[7868]
|
10/13/07 23:56:00 |
bitsweat |
Time, Date and DateTime #advance accept :weeks option. Closes #9866. |
|
|
|
@7866
|
[7866]
|
10/13/07 21:44:48 |
bitsweat |
Time and DateTime#advance accept :hours, :minutes, and :seconds options. … |
|
|
|
@7707
|
[7707]
|
10/01/07 02:16:15 |
david |
Fixed Date#xmlschema for dates outside the range of what can be created … |
|
|
|
@7647
|
[7647]
|
09/27/07 08:49:18 |
bitsweat |
Date/Time/DateTime Ruby 1.9 compat |
|
|
|
@7508
|
[7508]
|
09/18/07 06:38:28 |
bitsweat |
Deprecation: remove deprecated :mday option from Time, Date, and … |
|
|
|
@7474
|
[7474]
|
09/14/07 00:34:43 |
bitsweat |
Some 1.9 forward compatibility |
|
|
|
@7262
|
[7262]
|
08/03/07 00:34:19 |
rick |
Fix Time#advance bug when trying to advance a year from leap day. Closes … |
|
|
|
@6933
|
[6933]
|
06/04/07 17:49:43 |
bitsweat |
Readable Date and DateTime#inspect. Closes #8570. |
|
|
|
@6921
|
[6921]
|
06/01/07 04:03:46 |
bitsweat |
Move common DateTime calculations to Date. Closes #8536. |
|
|
|
@6902
|
[6902]
|
05/30/07 06:24:32 |
bitsweat |
DateTime#to_time converts to Time unless out of range. Date#to_datetime … |
|
|
|
@6901
|
[6901]
|
05/30/07 06:21:08 |
bitsweat |
Time durations use since instead of + for accuracy. Closes #8513. |
|
|
|
@6854
|
[6854]
|
05/26/07 01:07:25 |
bitsweat |
DateTime uses Time formats. Closes #8476. |
|
|
|
@6844
|
[6844]
|
05/25/07 21:43:19 |
bitsweat |
Date, Time, and DateTime support formatting blocks in addition to strftime … |
|
|
|
@6335
|
[6335]
|
03/05/07 08:34:42 |
bitsweat |
Time#since overflows to DateTime. Introduce Time#to_datetime. Closes … |
|
|
|
@6303
|
[6303]
|
03/04/07 04:12:42 |
bitsweat |
DateTime calculations analogous to the Date and Time extensions. Closes … |
|
|
|
@6264
|
[6264]
|
02/28/07 00:49:01 |
nzkoz |
Add missing files |