Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rodionbykov/4b1b284f2aab8d5a3117 to your computer and use it in GitHub Desktop.
Save rodionbykov/4b1b284f2aab8d5a3117 to your computer and use it in GitHub Desktop.
parsedatetime-function-timezone-offset-check
<cfset a = "2016-01-30T14:12:41Z" />
<cfdump var="#a#" />
<cfset b = ParseDateTime(a) />
<cfdump var="#b#" />
<cfset c = DateConvert("UTC2local", b) />
<cfdump var="#c#" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment