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
The BigQuery stores all dates in the UTC timezone.
The normalization process ignores the timezone of incoming values and stores it in UTC as is.
Incoming data : 2022-11-22T01:23:45+05:00
Stored data in UTC : 2022-11-22T01:23:45
Expacted data in UTC : 2022-11-21T20:23:45
Expected Behavior
Data should be stored including the timezone.
The text was updated successfully, but these errors were encountered:
Current Behavior
The BigQuery stores all dates in the UTC timezone.
The normalization process ignores the timezone of incoming values and stores it in UTC as is.
Incoming data :
2022-11-22T01:23:45+05:00
Stored data in UTC :
2022-11-22T01:23:45
Expacted data in UTC :
2022-11-21T20:23:45
Expected Behavior
Data should be stored including the timezone.
The text was updated successfully, but these errors were encountered: