Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Adam Cameron
Adam CameronPriority
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 8 May 2017 at 11:38
Updated 12 March 2019 at 10:17
Resolved 12 March 2019 at 10:17
Repro:
https://trycf.com/gist/94572d844deb09cf08e9ac9c49e7c5df/acf2016?theme=monokai
<cfOutput>#LSDateTimeFormat(now(),"XXX","en_GB","Europe/London")#</cfoutput>
Should output:
+01:00
Does output:
XXX
Thanks for the kisses, but not what I'm shopping for today
Note: the format mask is supposed to support SimpleDateFormat mask characters.
ref:
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/DateTimeFormat.html
https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html