bradymholt / cRonstrue

JavaScript library that translates Cron expressions into human readable descriptions
http://bradymholt.github.io/cRonstrue/
MIT License
1.28k stars 168 forks source link

Decimal values not accepted in tzOffset. #321

Closed rohit-accuknox closed 2 months ago

rohit-accuknox commented 2 months ago

Cron Expression */21 18 * * *

Expected Output "Every 21 minutes, between 01:00 PM and 01:59 PM"

Actual Output "Every 21 minutes, between 12:30 PM and 12:30 PM" image tzOffset: -5.5 (IST)

Prerequisites

bradymholt commented 2 months ago

Sorry, this is not supported.