<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>BusinessHours and Due configuration</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hi<BR>
<BR>
We have RT-3.8.1 with rtir 2.4 and our due configuration in /opt/osirt3/local/plugins/RT-IR/etc/RTIR_Config.pm looks like:<BR>
<BR>
Set($BusinessHours, {<BR>
0 => { Name => 'Sunday',<BR>
Start => undef,<BR>
End => undef},<BR>
<BR>
1 => { Name => 'Monday',<BR>
Start => '09:00',<BR>
End => '19:00'},<BR>
<BR>
2 => { Name => 'Tuesday',<BR>
Start => '09:00',<BR>
End => '19:00'},<BR>
<BR>
3 => { Name => 'Wednesday',<BR>
Start => '09:00',<BR>
End => '19:00'},<BR>
<BR>
4 => { Name => 'Thursday',<BR>
Start => '09:00',<BR>
End => '19:00'},<BR>
<BR>
5 => { Name => 'Friday',<BR>
Start => '09:00',<BR>
End => '19:00'},<BR>
<BR>
6 => { Name => 'Saturday',<BR>
Start => '09:00',<BR>
End => '14:00'},<BR>
} );<BR>
<BR>
However, RTIR thinks sunday is a working day, because when i reply to an IR, the due time is set improperly.<BR>
Any ideas?<BR>
<BR>
Cheers,<BR>
Nacho</FONT>
</P>
</BODY>
</HTML>