I have a table in bigquery having columns with timestamp
type. After loading the data I can see these fields containing timezone
information as well which is not required.
for example: 2016-03-31 19:23:07 UTC
What I actually want : 2016-03-31 19:23:07
Is there any way by which I can ask Bigquery to store and show the data in my desired format only?