Skip to content
Snippets Groups Projects
Commit 74d4f283 authored by Evan Ward's avatar Evan Ward
Browse files

Add Z to AbsoluteDate.toString() for UTC

Now the toString methods of AbsoluteDate include an indication of the
UTC offset where the UTC time scale is clearly specified. The
toString(TimeScale) method does not append a UTC offset indicator since
that method can generate strings for any time scale and it is not clear
from within the method if the time scale is intended to be UTC.

Updated some TimeSpanDragForceTest to use toString(TimeScale) because
that is what is used in the production code. Updated other tests to
include "Z".

Fix #637
parent 1d98063c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment