coldfusion 2018 lsparsedatetime issue
i have some code which reads a datetime field from an sql database and then formats it using lsparsedatetime.
this has worked for years under previous CF versions and produces
{ts '2018-01-11 08:00:00'}
when passed
2018-01-11 08:00:00.0
read from SQL database.
when passing this in CF2018 it refuses to format it but produces no error just the original 2018-01-11 08:00:00.0
i have set <cfset loc = setlocale("English (UK)")> on both machines
according to my hosting company the date/time settings are the same on both servers though the old server is running older versions of windows/iis/sql server
but as the db date is the same when retrieved from both databases i can only assume CF is the issue?
any help greatly appreciated
