Hi, macOS (Darwin really) does not honor --full-time flag but apparently -lT 
would be the replacement. Here goes:

On a healthy machine I get this

POs-QuadCore-Mac-Pro:~ po$ rexx -e "f = 'xyzzy'; call charout f, 'x'; say 
.File~new(f)~lastmodified; 'ls -lT xyzzy'"
2021-02-18T15:56:14.594030
-rw-r--r--  1 po  staff  3 18 Feb 15:56:14 2021 xyzzy
POs-QuadCore-Mac-Pro:~ po$ 

On the problem machine I get this

POs-12Core-Pro:~ po$ rexx -e "f = 'xyzzy'; call charout f, 'x'; say 
.File~new(f)~lastmodified; 'ls -lT xyzzy'"
2021-02-18T15:59:24.000000
-rw-r--r--  1 po  staff  0 18 Feb 15:59:24 2021 xyzzy
POs-12Core-Pro:~ po$ 

Weird. I will continue to compare the two settings.

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se



> Am 18.02.2021 um 15:35 schrieb Erich Steinböck <erich.steinbo...@gmail.com>:
> 
> 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 
> <mailto: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

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to