<div>Hi Folks,</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I have got a date (as string), time (as string) , number of slots ( integer) and delta ( which is in seconds).</div>
<div>I want to create a dictionary which has got date as the key, and the value should be&nbsp;a tuple with two elements (start_time, end_time).</div>
<div>&nbsp;</div>
<div>I will take start_time and find the end_time using delta. This pair of start and end times have a corresponding date. The date will be used as the key for the dictionary. Once the time crosses midnight, the date will change.
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Can you help me&nbsp;to implement this functionality?</div>
<div>&nbsp;</div>
<div>TIA.</div>
<div>&nbsp;</div>
<div>Best Regards,</div>
<div>Asrarahmed </div>
<div>&nbsp;</div>
<div><br clear="all"><br>-- <br>To HIM you shall return. </div>