Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gkcchowdary
Creator
Creator

how to display the us time stamp?

Hi,

My application showing India time.i need to show my application in us or uk time.how to convert and implement.

Thanks

Chaitanya

4 Replies
lakshmikandh
Specialist II
Specialist II

did you tried changing the time in the system?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try the converttolocaltime function.

https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/convertt...

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
surendraj
Specialist
Specialist

May be this..

=ConvertToLocalTime(Timestamp(now(),'us'))

Not applicable

Hi,

I think this may be useful for you

ConvertToLocalTime(UTC(),'GMT-05:00')