Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to convert eastern standard time to local time?

Enthusiast ,
Jan 27, 2016 Jan 27, 2016

It looks like one of the date and time from an API and I retrieving from uses eastern standard time. I wanted to convert that into time. I was looking at this article, Converting Dates Across Time Zones Using ColdFusion And Java, and it was looking way to complicated for me. Wasn't there something simple in ColdFusion like the following?

<cfset localDatetime= DateConvert("utc2Local", easternDateTime)>

335
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Feb 02, 2016 Feb 02, 2016
LATEST

Maybe something like: CFLib.org – DateConvertZ‌ ?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources