Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: support for nanosecond timestamps
- X-seq: zsh-workers 24051
- From: Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: PATCH: support for nanosecond timestamps
- Date: Thu, 1 Nov 2007 15:50:35 +0000
- Cc: Zsh workers <zsh-workers@xxxxxxxxxx>
- In-reply-to: <22003.1193931601@dcle12>
- Mail-followup-to: Oliver Kiddle <okiddle@xxxxxxxxxxx>, Zsh workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <22003.1193931601@dcle12>
On Thu, Nov 01, 2007 at 04:40:01PM +0100, Oliver Kiddle wrote:
> The following patch adds support in zsh for high resolution timestamps
> on systems that support them. This affects the following:
> -N (file unread) conditional flag
> -ot (older than) and -nt (newer than) conditional flags
> o/O (ordered) glob qualifiers with a/m/c sort specifiers (including
> with - glob qualifier to act on symlinks)
Thanks Oliver,
that's very helpful.
> Does anyone know of any other features that could make use of this? I
> have grepped for mtime/atime in the source and the other references are
> for checking for history/utmp/mail file updates and the stat module.
[...]
What about returning floating point numbers for zstat?
Then maybe we'd need the ability to make EPOCHSECONDS a float as
well (using gettimeofday())
Cheers,
stéphane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author