mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 13:29:05 +01:00
Extend datetime format for starttime option
This commit is contained in:
parent
29b9f7e6bd
commit
6a020f1469
@ -40,7 +40,7 @@ my ($add, $from, $to);
|
|||||||
|
|
||||||
my $dateParser =
|
my $dateParser =
|
||||||
DateTime::Format::Strptime->new(
|
DateTime::Format::Strptime->new(
|
||||||
pattern => '%d.%m.%Y',
|
pattern => '%d.%m.%Y/%H:%M',
|
||||||
time_zone => 'Europe/Berlin',
|
time_zone => 'Europe/Berlin',
|
||||||
on_error => 'undef'
|
on_error => 'undef'
|
||||||
);
|
);
|
||||||
@ -440,7 +440,7 @@ arguments: If both arguments are positive integers the condition is start time
|
|||||||
between first argument and second argument. If the second argument is
|
between first argument and second argument. If the second argument is
|
||||||
zero condition is start time smaller than first argument. If first
|
zero condition is start time smaller than first argument. If first
|
||||||
argument is zero condition is start time larger than second argument.
|
argument is zero condition is start time larger than second argument.
|
||||||
Start time must be given as date in the following format: %d.%m.%Y
|
Start time must be given as date in the following format: %d.%m.%Y/%H:%M.
|
||||||
|
|
||||||
=item B<--mem_used>
|
=item B<--mem_used>
|
||||||
Specify condition for average main memory capacity used by job. This option takes two
|
Specify condition for average main memory capacity used by job. This option takes two
|
||||||
@ -476,6 +476,10 @@ file name as command line argument.
|
|||||||
|
|
||||||
=head1 EXAMPLES
|
=head1 EXAMPLES
|
||||||
|
|
||||||
|
C<./acQuery.pl --duration 5m 0 --numnodes 0 50>
|
||||||
|
|
||||||
|
C<./acQuery.pl --project exzi --starttime 01.01.2019/00:00 31.03.2019/23:59 --mode stat>
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Jan Eitzinger - L<https://hpc.fau.de/person/jan-eitzinger/>
|
Jan Eitzinger - L<https://hpc.fau.de/person/jan-eitzinger/>
|
||||||
|
Loading…
Reference in New Issue
Block a user