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
Defining FIeld class with key argument "data_key" on timestamptz field converted to string lead to non UTC string 2024-10-02 11:28:45.109 output while without this keyword and renaming to UTC string
#2310
Closed
adamgorkaextbi opened this issue
Oct 2, 2024
· 0 comments
Defining FIeld class with key argument "data_key" on timestamptz field converted to string lead to non UTC string 2024-10-02 11:28:45.109 output while without this keyword and renaming to UTC string
db value field type timestamptz PostgreSQL
2024-10-02 11:28:45.109+0200
wrong output
2024-10-02 11:28:45.109 // +0200
expected output
2024-10-02 9:28:45.109
Defining FIeld class with key argument "data_key" on timestamptz field converted to string lead to non UTC string 2024-10-02 11:28:45.109 output while without this keyword and renaming to UTC string
db value field type timestamptz PostgreSQL
2024-10-02 11:28:45.109+0200
wrong output
2024-10-02 11:28:45.109 // +0200
expected output
2024-10-02 9:28:45.109
apache/airflow#42215
The text was updated successfully, but these errors were encountered: