Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
marlku1234
Contributor II
Contributor II

Timestamp Issue

HI I have a timestamp field where the data is coming as GMT-5   which is est time zone and the format is 05:22:09.000000.

now i want to change this to Est time zone and use bellow expression 

=Time(ConvertToLocalTime(ResTime,'UTC+01:00'),'HH:MM:SS TT')     /// This is giving me est time but the minute is not matching / its coming as 06:12:09 AM,   

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

There is a difference between 'MM' and 'mm'. 

  • 'MM' is Month in two digits 
  • 'mm' is minutes in two digits.

Try using 'hh:mm:ss TT' as your format string.

 

View solution in original post

1 Reply
Vegar
MVP
MVP

There is a difference between 'MM' and 'mm'. 

  • 'MM' is Month in two digits 
  • 'mm' is minutes in two digits.

Try using 'hh:mm:ss TT' as your format string.