I doubt there are any. NTP is the standard (the only standard, as far as I know).
What's the problem with NTP?
In the worst case you can schedule something like
Code:
ssh otherhostname "date -s$(date)"
, which should set the date on otherhostname to the same value as on the one where this is run. (It's paper code, so you may need to tweak syntax a bit.)