cron-expression-descriptor icon indicating copy to clipboard operation
cron-expression-descriptor copied to clipboard

24-hour format

Open maisoui opened this issue 3 years ago • 1 comments

Hi,

In french language, 24-hours format is not correct. 45 22 * * * will give A 10:45. This is not correct, it should be A 22:45.

Best regards, Jonathan

maisoui avatar Sep 24 '21 07:09 maisoui

public function __construct(string $expression, string $locale = 'en_US', bool $isUse24HourTimeFormat = false, bool $fallback = true)

The third parameter isUse24HourTimeFormat of the constructor sets the 24-hour format, do you provide true?

panlatent avatar Dec 06 '21 20:12 panlatent