seatgeek / businesstime

A simple python utility for calculating business time aware timedeltas between two datetimes
BSD 2-Clause "Simplified" License
85 stars 36 forks source link

added support for negative timedeltas #19

Closed jeremyklein closed 7 years ago

jeremyklein commented 7 years ago

This pull request adds support for negative time deltas. If the start time is after the end time, a negative value for time delta will be returned for the business time between the two time points.

jeremyklein commented 7 years ago

This pull request addresses the following issue: https://github.com/seatgeek/businesstime/issues/2

josegonzalez commented 7 years ago

Seems legit.