Smal detail in DV_DATE_TIME

Rong and others,

Chunlan at the Ocean development group just noticed that
DV_DATE_TIME.magnitude returns number of seconds, but to_quantity
returns a number of days; what has been implemented by others? The
suggestion is to make them both the same, either days or seconds (both
make sense in different ways).

- t

Hi Thomas,

The current line of Java code hasn’t implemented these methods in DV_DATE_TIME. Just had a look at the specs and compared other datetime classes, it seems to me seconds will be more semantically compatable with others.

Cheers,
Rong

All,

I have now made this change, documented by CR-000230.

  • thomas

Rong Chen wrote: