We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There are some oddities with the date/times in the /api/status endpoint.
"server_time": "2020-06-23T21:34:47+00:00", "last_reboot": "2020-06-23T21:30:19+00:00", "last_reconfig": "2020-06-23T21:30:19+00:00",
We run our servers in local time:
$ date Tue 23 Jun 21:34:51 BST 2020
As you can see, it's reporting server_time as 21:34:47+00:00, when it should be 20:34:47+00:00 or 21:34:47+01:00.
21:34:47+00:00
20:34:47+00:00
21:34:47+01:00
Also, it's setting last_reconfig on a restart. IXPManager is showing the correct last update time as 2020-06-23 20:21:41 (BST).
last_reconfig
2020-06-23 20:21:41
Thanks,
Ian
The text was updated successfully, but these errors were encountered:
I see the times come straight from bird's show status command, so not much could be done about the last_reconfig time.
show status
It should either not prepend +00:00, or it should look at the actual timezone of the box, though.
Sorry, something went wrong.
No branches or pull requests
Hi,
There are some oddities with the date/times in the /api/status endpoint.
We run our servers in local time:
As you can see, it's reporting server_time as
21:34:47+00:00
, when it should be20:34:47+00:00
or21:34:47+01:00
.Also, it's setting
last_reconfig
on a restart. IXPManager is showing the correct last update time as2020-06-23 20:21:41
(BST).Thanks,
Ian
The text was updated successfully, but these errors were encountered: