I have a gallery that displays the Time that was submitted for a record; however, it is subtracting 7 hours. I am using the following formula:
Text(ThisItem.time_checked, "[$-en-US]hh:mm AM/PM")
On the gallery, I see 4:40am; however, on our SQL server, I see 11:40am. I am unsure what is causing this issue. Any feedback is appreciated.