Add dufour_h exception
This commit is contained in:
parent
cddafdf0ad
commit
8929aba28d
@ -80,15 +80,19 @@ if ($ref =~ m<^refs/tags/(.+)$>)
|
||||
$open = DateTime::Format::ISO8601->parse_datetime("2013-11-08T20:00:00");
|
||||
$close = DateTime::Format::ISO8601->parse_datetime("2013-11-10T11:42:00");
|
||||
}
|
||||
if ($id_project eq "logomatig" && grep { $_ eq $repo_login } @salonS)
|
||||
elsif ($id_project eq "logomatig" && grep { $_ eq $repo_login } @salonS)
|
||||
{
|
||||
$open = DateTime::Format::ISO8601->parse_datetime("2013-11-24T09:00:00");
|
||||
$close = DateTime::Format::ISO8601->parse_datetime("2013-11-24T21:00:00");
|
||||
}
|
||||
if ($id_project eq "logomatig" && grep { $_ eq $repo_login } @salonD)
|
||||
elsif ($id_project eq "logomatig" && grep { $_ eq $repo_login } @salonD)
|
||||
{
|
||||
$open = DateTime::Format::ISO8601->parse_datetime("2013-11-23T21:00:00");
|
||||
}
|
||||
elsif ($id_project eq "logomatig" && "dufour_h" eq $repo_login)
|
||||
{
|
||||
$close = DateTime::Format::ISO8601->parse_datetime("2013-11-24T16:42:00");
|
||||
}
|
||||
|
||||
say "Date courante : ", $glts->strftime("%d/%m/%Y %H:%M:%S");
|
||||
|
||||
|
Reference in New Issue
Block a user