dnsdist: getTSEnd() and getTSStart() return wrong timestamps #5507
Comments
Looking at the code, the values are unix timestamps, but in network byte order. |
Looking at the values in the ticket, this theory holds up :) |
I am certainly no expert, but wouldn't it be more practical to be able to interact with lua's |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short description
getTSEnd() and getTSStart() are supposed to return unix timestamps of the start- and end-date of the dnscrypt certificates, but the values are wrong.
Environment
Steps to reproduce
So let's check the
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: