You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Hi,
I am using nodejs-bigquery-storage API: Append_rows_json_writer_default to insert data to Big Query. For timestamp field, when input new Date(), the data store in BigQuery will be '1970-01-01 00:00:00 UTC'. It will be OK when using value Date.now()*1000.
Is there any problem to input new Date() for the timestamp field?
Hi,
I am using nodejs-bigquery-storage API: Append_rows_json_writer_default to insert data to Big Query. For timestamp field, when input new Date(), the data store in BigQuery will be '1970-01-01 00:00:00 UTC'. It will be OK when using value Date.now()*1000.
Is there any problem to input new Date() for the timestamp field?
Thanks,
Huiling