So I just learned about leap seconds and at first I thought "oh, well just use the unix timestamp" then I read they based the thing off of a day being a specific amount of seconds and adjust leap seconds to keep it aligned with the sun. Da heck?!
So I guess it's no good. Is there a time format that is strictly based on the number of seconds since January first midnight 1970, or some similar anchor point in time, that doesn't try and sync up with the erratic rotation of our planet?
EDIT: motivation: Having time that is accurate regardless of time of day or timezone and that doesn't possible have an ambiguous time. Frankly I'm surprised to learn this isn't the defacto, it sounds like whoever decided adding in leap seconds, didn't consider that they were unnecessarily adding niche bugs to software.
The closest ones to my knowledge are astronomy clocks such as
I feel like I should add this. These clocks are rarely useful for most daily needs. The reason is that human activity is heavily depends on sunrise-sunset cycle (even Daylight Saving cycle which has been living on long pasted its usefulness) and beyond that, most typical user thinks of "point in time" in term of "year, month, day, hour,..." and not "where is this relative to a fixed point".
So there maybe a better answer that fits your needs if you add some context to your question.