Platform LSF Administration Guide Version 6.2
Specifying Time Values
Administering Platform LSF
240
Specifying Time Values
To specify a time value, a specific point in time, specify at least the hour. Day and
minutes are optional.
Time value syntax
time
=
hour
|
hour:minute
|
day:hour:minute
hour
integer from 0 to 23, representing the hour of the day.
minute
integer from 0 to 59, representing the minute of the hour.
If you do not specify the minute, LSF assumes the first minute of the hour (:00).
day
integer from 0 to 7, representing the day of the week, where 0 represents every day, 1
represents Monday, and 7 represents Sunday.
If you do not specify the day, LSF assumes every day. If you do specify the day, you must
also specify the minute.