1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

fix!: always return iso-8601 formatted date time (#453)

##### SUMMARY

Fixes #91

Always return datetime as iso-8601 formatted strings.


##### ISSUE TYPE

- Bugfix Pull Request
This commit is contained in:
Jonas L 2024-02-05 12:18:53 +01:00 committed by GitHub
parent d0c82aec86
commit 55d26162b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View file

@ -0,0 +1,4 @@
breaking_changes:
- certificate_info - The `not_valid_before` and `not_valid_after` values are now returned as ISO-8601 formatted strings.
- certificate - The `not_valid_before` and `not_valid_after` values are now returned as ISO-8601 formatted strings.
- iso_info - The `deprecated` value is now returned as ISO-8601 formatted strings.