Wrong date "Last reconfig" #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FYI
All works flawlessly but when you navigate to any routeserver, on the right column you can view a date for the Last reconfig, but always shows a extrange date.
If you find, please let us know. Thx!!!
the_date
I can reproduce this.
I think its pretty bad that we need to configure the parsing and formatting of the timestamps in multiple places (bird config, birdwatcher, alice).
I would propose that we use ISO8601 formatted timestamps throughout the project and remove all options to make this configurable. Ideally, birdwatcher should simply detect the used format in bird.
Would this change be welcomed? I would prepare a PR for it..