Earlier quoted context omitted.
Is what you're looking for (re: --full-time) not `exa -l --time-style=full-iso`?
`exa -l --time-style=full-iso' truncates the timestamps to millisecond resolution. `ls --full-time" gives the timestamps as they are stored by the file system, without alteration. For example the xfs timestamps and the FreeBSD ufs timestamps have nanosecond resolution.
Unless it's different on xfs/ufs, this seems to be nanosecond resolution to me,