tBigQueryOutput is converting 24 hour timestamp format into 12 hour format
I am facing this issue while reading data from oracle database and loading it into Google BigQuery. The date coming from database is 2020-07-13 14:17:29 UTC but while loading it into big query it is converting it to 2020-07-13 02:17:29 UTC which is not correct. Can anybody propose a solution for it.