NTP will not have any impact of the passing/existing production traffic. It updates your PIX/ASA clock that will be reflected on your connection timestamp or log entries.
This is similar when configuring your router with NTP.
myPIX(config)# ntp server 10.1.1.1 key 1 prefer
myPIX(config)# ntp server 10.2.1.1 key 2
myPIX(config)# ntp authenticate
myPIX(config)# ntp trusted-key 1
myPIX(config)# ntp trusted-key 2
myPIX(config)# ntp authentication-key 1 md5 secretkey1
myPIX(config)# ntp authentication-key 2 md5 secretkey2
HTH
AK