Skip to content
Snippets Groups Projects
Commit 47b131fa authored by Ben Roberts's avatar Ben Roberts
Browse files

Docs - Update endtime and starttime in sacct


Bug 9637

Signed-off-by: default avatarTim Wickberg <tim@schedmd.com>
parent 90ac69ea
No related branches found
No related tags found
No related merge requests found
.TH sacct "1" "Slurm Commands" "July 2020" "Slurm Commands" .TH sacct "1" "Slurm Commands" "August 2020" "Slurm Commands"
.SH "NAME" .SH "NAME"
sacct \- displays accounting data for all jobs and job steps in the sacct \- displays accounting data for all jobs and job steps in the
...@@ -188,15 +188,21 @@ Select jobs in any state before the specified time. If states are ...@@ -188,15 +188,21 @@ Select jobs in any state before the specified time. If states are
given with the \-s option return jobs in this state before this period. given with the \-s option return jobs in this state before this period.
See the \fBDEFAULT TIME WINDOW\fR for more details. See the \fBDEFAULT TIME WINDOW\fR for more details.
Valid time formats are... Valid time formats are:
.sp
HH:MM[:SS] [AM|PM]
.br .br
MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] HH:MM[:SS][AM|PM]
.br .br
MM/DD[/YY]\-HH:MM[:SS] MMDD[YY][\-HH:MM[:SS]]
.br
MM.DD[.YY][\-HH:MM[:SS]]
.br
MM/DD[/YY][\-HH:MM[:SS]]
.br .br
YYYY\-MM\-DD[THH:MM[:SS]] YYYY\-MM\-DD[THH:MM[:SS]]
.br
today, midnight, noon, fika (3 PM), teatime (4 PM)
.br
now
.IP .IP
.TP .TP
...@@ -393,15 +399,21 @@ only jobs in this state at this time will be returned. If the '\-j' option is ...@@ -393,15 +399,21 @@ only jobs in this state at this time will be returned. If the '\-j' option is
used, then the default time is Unix Epoch 0. See the \fBDEFAULT TIME WINDOW\fR used, then the default time is Unix Epoch 0. See the \fBDEFAULT TIME WINDOW\fR
for more details. for more details.
Valid time formats are... Valid time formats are:
.sp
HH:MM[:SS] [AM|PM]
.br .br
MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] HH:MM[:SS][AM|PM]
.br .br
MM/DD[/YY]\-HH:MM[:SS] MMDD[YY][\-HH:MM[:SS]]
.br
MM.DD[.YY][\-HH:MM[:SS]]
.br
MM/DD[/YY][\-HH:MM[:SS]]
.br .br
YYYY\-MM\-DD[THH:MM[:SS]] YYYY\-MM\-DD[THH:MM[:SS]]
.br
today, midnight, noon, fika (3 PM), teatime (4 PM)
.br
now
.TP .TP
\f3\-T\fP\f3,\fP \f3\-\-truncate\fP \f3\-T\fP\f3,\fP \f3\-\-truncate\fP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment