For our project, we would like to have all servers and systems synchronised to a linear time reference (without leap second).
Therefore, we would discard UTC but are very interested in advertising TAI time (or GPS time).
Our time server will be connected to an atomic clock (or possibly a GPS receiver).
Is NTP suitable to advertise TAI or GPS time? If yes how to configure it?
Should we use other protocol to advertise such time?
Final note: AFAIK there is no TAI or GPS time configurable for the Linux kernel. I guess our best option is to "fake" it by configuring the kernel time to be UTC and providing it a TAI or GPS time instead. Or is there a better alternative?