I am suffering with an issue. When I save the time manually in option sets in date field i.e 11/11/1111 12:00 pm but when I want to display that time using format as user current time zone it shows 12:30. I want to show only saved time regardless of the timezone. I have also tried extract hour and minute but it still displaying 13:30 pm
So you’re creating a datetime value, then wanting to show your users the same value regardless of the user’s timezone? If so, you you can just use the expression current user’s time change hours to, change minutes to, etc. But at that point is it even necessary to be working with datetime values or can you just display this as text?
here is how I am saving time. the entry which marked is in Date attribute type. But I display it displays 12:31pm
Did you try this?
This topic was automatically closed after 70 days. New replies are no longer allowed.