rikirolly commented on issue #28329:
URL: https://github.com/apache/airflow/issues/28329#issuecomment-1486890651

   > > Microsoft SQL database
   > 
   > Ahhhh I think I seem to recall there’s an issue with SQL Server treats 
`NOW()` differently or something. That could be the issue.
   
   It seems Microsoft SQL require the application to use the specific function 
GETUTCDATE() to get the datetime in UTC.
   The alternative is to set the system time of the server in UTC.
   
   Do you foresee a possible fix in the airflow code or you think the only 
viable solution is to change the system clock on the database server? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to