Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how can i display usa time in my application

Hi all,

     i am working in india,but my clients are usa clients

     how can i display usa time in my application

4 Replies
sunny_talwar

US have multiple time zones which one you want to convert to?

Not applicable
Author

hi sunny thank you for response ,

          if you don't mine could please send me the expression

tamilarasu
Champion
Champion

Hi Ramanjaneyulu,

You can try ConvertToLocalTime function.


From Qlikview reference manual

ConvertToLocalTime(’2007-11-10 23:59:00’,’Paris’) returns ’2007-11-11 00:59:00’ and the corresponding internal timestamp representation.

ConvertToLocalTime(UTC(), ’GMT-05:00’) returns the time for the North American east coast, e.g. New York.