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.
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.