> I agree.  That's why I'd like to see TAI be the default "seconds
> since some epoch".

It seems like we want the "default" to be the simplest and fastest one
we can support.

If someone wants something different, they can do the moral equivalent
of:

    use Time::TAI;

or

    use Time::UTC;

or 

    use Time::MacEpoch;

-R

Reply via email to