Indicate that we show date only (not date and time) for build_date in version endpoint response (#24388)

For #24293.
This commit is contained in:
Ian Littman 2024-12-04 17:24:44 -06:00 committed by GitHub
parent 8b8f5f0649
commit 4e27aebb5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2380,7 +2380,7 @@ None.
"branch": "version",
"revision": "1b67826fe4bf40b2f45ec53e01db9bf467752e74",
"go_version": "go1.15.7",
"build_date": "2021-03-27T00:28:48Z",
"build_date": "2021-03-27",
"build_user": "zwass"
}
```