<div dir="ltr"><div class="gmail_extra">There's an error in the code I posted earlier.  I'm actually creating the ticket like this:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-family:'courier new',monospace;font-size:13px">$ticket->Create(</span><br style="font-family:'courier new',monospace;font-size:13px">
<span style="font-family:'courier new',monospace;font-size:13px">  Queue   => '<queue name>',</span><br style="font-family:'courier new',monospace;font-size:13px"><span style="font-family:'courier new',monospace;font-size:13px">  Subject => '<ticket title>',</span><br style="font-family:'courier new',monospace;font-size:13px">
<span style="font-family:'courier new',monospace;font-size:13px">  Due     => $due_date->ISO( Timezone => 'UTC' ),</span><br style="font-family:'courier new',monospace;font-size:13px"><span style="font-family:'courier new',monospace;font-size:13px">);</span><br>
</div></div>