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
NewareNDA sometimes calls datetime.fromtimestamp() which is time-zone-aware, and so some dates are converted to the user's time zone. Since no time zone information is stored in nda/ndax, these calls should probably be replaced with datetime.utcfromtimestamp() which is naive.
The text was updated successfully, but these errors were encountered:
NewareNDA sometimes calls datetime.fromtimestamp() which is time-zone-aware, and so some dates are converted to the user's time zone. Since no time zone information is stored in nda/ndax, these calls should probably be replaced with datetime.utcfromtimestamp() which is naive.
The text was updated successfully, but these errors were encountered: