Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomchiverton/e6bb21e05ebc0ff66c7060eae89f6594 to your computer and use it in GitHub Desktop.
Save tomchiverton/e6bb21e05ebc0ff66c7060eae89f6594 to your computer and use it in GitHub Desktop.
Lucee datetime parser oddness
<cfscript>
s='2024-04-11T15:28:37.9663866Z';
writedump( ParseDateTime(s) )
writedump( ParseDateTime(s.listgetAt(1,'.') ))
writedump( server.lucee.version )
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment