10Clock icon indicating copy to clipboard operation
10Clock copied to clipboard

if start date and end date's difference is less than 5 issue

Open popking5466 opened this issue 8 years ago • 0 comments

if start date and end date's difference is less than 5 lead to start:16:35 end:16:45 0HR 5MIN

var fiveMinIncrements = Int((tailAngle - headAngle) / twoPi * 12 /hrs/ * 12 /5min increments/) --> var fiveMinIncrements = Int(round((tailAngle - headAngle) / twoPi * 12 /hrs/ * 12 /5min increments/))

can be fixed

popking5466 avatar Dec 10 '17 09:12 popking5466