Skip to main content
Known Participant
July 17, 2013
Question

world times zone

  • July 17, 2013
  • 1 reply
  • 433 views

Hi,

has anyone ever work with  timezone.cfc ?  there is the functinon getTZOffset that i am quite to understand where can i get timezone ids?

<cfset variables.tzList = listsort(arrayToList(variables.tzObj.getAvailableIDs()), "textnocase")>

what is textnocase?

i found something like this for Poland but don't know what is CET? and where i can find this information?

tz.getTZOffset(today,'CET');

samething for PRC=tz.getTZOffset(today,'PRC');  PRC?

Thanks

    This topic has been closed for replies.

    1 reply

    p_sim
    Participating Frequently
    July 19, 2013

    textnocase: sorts text alphabetically, without regard to case (also known as case-insensitive).

    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_a-b_21.html