Look at :

GetTimeZoneInfo()
DateConvert(conversion-type, date)


in the cf docs . you'll need to capture the users localtime using Javascript
and post to the server or create a cookie with the offset

Look the JS function getTimezoneOffset and getUTCFullYear

~Justin


----- Original Message -----
From: "Tim Bahlke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 29, 2000 5:03 PM
Subject: Re: time conversion custom tag


> There are going to be about 6 international locations that I need to
convert
> the time from EST to their local time.
>
> I was hoping there was a custom tag that would, based on user input,
convert
> the time for me.
>
> Tim
>
>
> >From: "Gregory Harris" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: time conversion custom tag
> >Date: Tue, 29 Aug 2000 08:20:48 -0700
> >
> >Unless you know where they are coming from for sure, this would be
> >difficult to automatically tell what time zone they are in.  Maybe you
> >could try a DNS lookup, and use the country suffix, but that is
unreliable
> >at best.  If you know for sure, I can't imagine setting the time to be
that
> >hard, just a matter of using the DateAdd() function.
> >
> >Gregory Harris
> >Los Angeles Information Technology Agency (ITA)
> >[EMAIL PROTECTED]
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to