sachinhere has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, I am looking for Perl code logic for report of time taken on task excluding non-working hours. working time is 8.30 am to 5 PM EST.Suppose task start at 4:30 PM and end on 9:00 AM of next day so it means time taken on task is 1 hour excluding non working hours. Please help I am using Mysql database. I tried timediff function of mysql but it return total time considering non working hours.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: perl logic to calculate total time taken excluding non working hours
by soonix (Chancellor) on Jan 29, 2018 at 06:49 UTC | |
Re: perl logic to calculate total time taken excluding non working hours
by ablanke (Monsignor) on Jan 29, 2018 at 10:46 UTC | |
Re: perl logic to calculate total time taken excluding non working hours
by tinita (Parson) on Jan 29, 2018 at 10:24 UTC | |
Re: perl logic to calculate total time taken excluding non working hours
by thanos1983 (Parson) on Jan 29, 2018 at 11:50 UTC | |
Re: perl logic to calculate total time taken excluding non working hours
by karlgoethebier (Abbot) on Jan 29, 2018 at 11:40 UTC | |
Re: perl logic to calculate total time taken excluding non working hours
by Anonymous Monk on Jan 29, 2018 at 12:15 UTC |