fix: more readable default time format by apricote · Pull Request #1197 · hetznercloud/cli

@apricote

Changes the time format from `time.UnixDate` to `time.DateTime +
timezone`.

- Old: `Mon Jan 10 15:04:05 MST 2006`
- New: `2006-01-10 15:04:05 MST`

@apricote self-assigned this

Oct 16, 2025

@apricote

@apricote

apricote added a commit that referenced this pull request

Oct 30, 2025
The PR for the new date format (#1197) was not rebased before merging,
and the tests new storage box commands that were added in the meantime still verified the old date format.

apricote added a commit that referenced this pull request

Oct 30, 2025
The PR for the new date format (#1197) was not rebased before merging,
and the tests new storage box commands that were added in the meantime
still verified the old date format.

jooola pushed a commit that referenced this pull request

Nov 7, 2025
<!-- section-start changelog -->
### Features

- format user provided TXT records when not quoted (#1208)

### Bug Fixes

- more readable default time format (#1197)
- **iso**: broken `--type` flag in list command (#1221)
- Storage Boxes not listed in `hcloud all list` (#1222)
- consistent tab spacing in describe commands (#1216)
- filepaths not correctly resolved on Windows (#1229)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

~~~~rp-prefix
~~~~

### Suffix / End

This will be added to the end of the release notes.

~~~~rp-suffix
~~~~

</details>

Co-authored-by: Hetzner Cloud Bot <>