Hi,
Could Time (class)>>readFrom: recognise $. as a valid separator between
seconds and milliseconds, and read the milliseconds as a real value?
This parses as one millisecond;
(Time fromString: '00:00:00:1') milliseconds
This does not;
(Time fromString: '00:00:00.001') milliseconds
The Locale time format string can not print milliseconds, but I see the
second format more commonly used, and it would be useful to be
able to parse it.
Thanks,
Steve
[hidden email]
http://www.dolphinharbor.org