Does Panther support parsing nanoseconds for timestamps in custom logs?
Yes. As of version 1.51, Panther's strftime format supports using %N code to parse nanoseconds. For example:
%N
%H:%M:%S.%N can be used to parse 11:12:13.123456789
%H:%M:%S.%N
11:12:13.123456789