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).
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.