cron-expression-descriptor
cron-expression-descriptor copied to clipboard
24-hour format
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
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?