There are a few ISO 8601 date/time formats that are not passing automated tests and need to be supported for completeness, as shown in the following SetProperty command test snippet:
Also, handling second fractions as hundredths of seconds or fraction needs to be improved in the DateTime class. Maybe go to fraction and then format to hundredths of a second on output when requested.
There are a few ISO 8601 date/time formats that are not passing automated tests and need to be supported for completeness, as shown in the following
SetProperty
command test snippet:Also, handling second fractions as hundredths of seconds or fraction needs to be improved in the
DateTime
class. Maybe go to fraction and then format to hundredths of a second on output when requested.