diff --git a/timezone.cfc b/timezone.cfc index 07fa77a..072aa3a 100644 --- a/timezone.cfc +++ b/timezone.cfc @@ -482,7 +482,7 @@ methods in this CFC: if (isValidTZ(aTZ)) { - aTZStruct.Entry[aTZ].Detail = getTimeZone(aTZ); + aTZStruct.Entry[aTZ].Detail = this.getTimeZone(aTZ); } else {