mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
8b8f5f0649
commit
4e27aebb5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue