Closed dannil closed 7 months ago
Doing a sysupgrade on 23.05.2 to 23.05.2 I realized that the date may be the build of the base image, cause running it on 23.05.2 gives 2023-11-14T13:38:11.000000Z
as build date. Is it the case that the Build Date actually represents the build date of the base OpenWrt image and not the actual custom firmware image you requested?
The
build_at
property on the/api/v1/build
endpoint always return the same value of2023-10-09T21:45:35.000000Z
. Looking at the code I would assume this should be when the job ended, which isn't the case.