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

How to convert eastern standard time to local time?

Enthusiast ,
Jan 27, 2016 Jan 27, 2016

Copy link to clipboard

Copied

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)>

Views

267

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Maybe something like: CFLib.org – DateConvertZ‌ ?

Votes

Translate

Translate

Report

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
Documentation