Hi,
i'm having a list where it save the time values in utc format.
when i'm displaying this items in gallery they are automatically converting into local time. but i dont want to show in local format. just need to be display in the utc format only. is there any way ?
Hi @Krishna98 ,
You can use like below.
Text(ThisItem.Created,DateTimeFormat.UTC)
Thanks,
Vijay
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
Hi @Krishna98 ,
See the solution for your issue/the last reply.
Text(DateTimeValue(Text(ThisItem.Created,DateTimeFormat.UTC)),"[$-en-US]yyyy-mm-dd hh:mm")//"yyyy-mm-dd hh:mm"
Thanks,
Vijay
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
User | Count |
---|---|
196 | |
124 | |
88 | |
48 | |
42 |
User | Count |
---|---|
280 | |
163 | |
138 | |
81 | |
76 |