REBOL3 tracker
  0.9.12 beta
Ticket #0001822 User: anonymous

Project:



rss
TypeBug Statustested Date13-Jan-2011 14:52
Versionalpha 110 CategoryUnspecified Submitted bycyphre2
PlatformAll Severityminor Prioritynormal

Summary difference on date!s problem
Description the result of DIFFERENCE function is wrong if one of the date! args doesn't contain the time part
Example code
>> difference 13/1/2011/12:00 13/1/2011
== -2562035:47:16.854775808

>> difference 13/1/2011/12:00 13/1/2011/0:0
== 12:00

Assigned ton/a Fixed inalpha 111 Last Update26-Feb-2011 01:21


Comments
(0003056)
Carl
30-Jan-2011 20:43

The logic will be changed to make the assumption that a NO-TIME date has a time of 0:00 for this operation.

Date User Field Action Change
26-Feb-2011 01:21 BrianH Status Modified built => tested
30-Jan-2011 22:12 carl Fixedin Modified => alpha 111
30-Jan-2011 20:50 carl Status Modified reviewed => built
30-Jan-2011 20:43 carl Comment : 0003056 Added -
27-Jan-2011 21:44 BrianH Version Modified alpha 111 => alpha 110
17-Jan-2011 04:18 carl Status Modified submitted => reviewed
13-Jan-2011 14:53 cyphre2 Description Modified -
13-Jan-2011 14:53 cyphre2 Code Modified -
13-Jan-2011 14:52 cyphre2 Ticket Added -