In short, what's the output of this:
rexx -e "f = 'xyzzy'; call charout f, 'x'; say .File~new(f)~lastmodified;
'ls --full-time xyzzy'"

On Linux I'm getting:
2021-02-18T15:32:29.972267
-rw-rw-r-- 1 erichst erichst 8 2021-02-18 15:32:29.972267549 +0100 xyzzy

On Thu, Feb 18, 2021 at 3:28 PM Erich Steinböck <erich.steinbo...@gmail.com>
wrote:

> On this machine,
> when you create a file with rexx (e. g. rexx -e "call charout 'xyzzy',
> 'x'")
> and you then run ls --full-time xyzzy from the command line,
> does it show actual fractions of seconds, like this?
> 2021-02-18 15:25:37.160859110 +0100 xyzzy
>
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to