Describe what enhancement you'd like to have
For now, when we select a timestamp, it doesn't tell you what timezone it is used. Internally if users don't specify timezone for datetime/datetime64 column, we use UTC timezone by default, but sometimes, users will specify timezone for a datetime column, without displaying timezone, it could be confusing.
SELECT _tp_time FROM stream;
More details #833. Thanks @candlerb to bring up this issue.