How to disable timestamp conversion to local time in tables

I'm displaying the results from an API query in a table, which includes UTC timestamps (ex: "2021-02-23T00:00:00.000Z"). When I preview the raw data in the API result or using a Javascript transformer, it's this UTC format, but when I populate the results to a table, all of the timestamps are converted to my local time. I've tried using the custom column calculation field to force the timestamp to display in UTC. Can you please recommend a way to disable conversation to local time in the table view?

Hi @clong! Welcome to the community! :sunglasses:

What is the column type of the column displaying the date? Does the Date time (original timezone) still change the time?