Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Gavin BaumanisGavin BaumanisPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Gavin Baumanis
Gavin BaumanisPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 16 May 2022 at 10:44
Updated 6 June 2022 at 08:30
Resolved 6 June 2022 at 08:30
Setting locale to the English - (Australia). then call the lsParseDateTime() throws error.
startOfYesterday = lsDateTimeFormat(yesterday, "yyyy-mm-dd") & " 00:00:00";
startOfYesterday_UTC = lsParseDateTime(date=startOfYesterday, timezone='UTC');
Error returned:
Message
can’t cast [2022-05-15 00:00:00] to date value
Detail
to add custom formats for en_AU, create/extend on of the following files [en-AU-datetime.df (for date time formats), en-AU-date.df (for date formats) or en-AU-time.df (for time formats)] in the following directory [/lucee/locales].