What form is the timestamp in the KRB5_TRACE log (and why)

Greg Hudson ghudson at mit.edu
Fri Apr 3 10:59:49 EDT 2020


On 4/3/20 10:21 AM, Todd Grayson wrote:
> Ok but does that mean Unix Epoch time conversion should be working, or is
> there some other form of secret decoder ring that is used to translate to
> system time?

It's just system time.

    $ date; KRB5_TRACE=/dev/stdout kvno user
    Fri Apr  3 10:58:03 EDT 2020
    [...]
    [12194] 1585925883.499498: Retrieving user at KRBTEST.COM [...]
    [...]
    $ date -d '@1585925883'
    Fri Apr  3 10:58:03 EDT 2020


More information about the Kerberos mailing list