mazatta·5 лет назад·discussThis is one of those things that I always assume other Python developers know about, but often don't.
mazatta·5 лет назад·discussI've had luck with Proxmox and this Terraform provider: https://registry.terraform.io/providers/Telmate/proxmox/late...Other than a working Proxmox install, you'll need to create a cloud-init template, which is documented here: https://pve.proxmox.com/wiki/Cloud-Init_Support
mazatta·5 лет назад·discussNo, Arrow is much more than parsing/formatting.Each Arrow object has a `shift` method, which is how you can add or subtract units of time. Greater/less/equal comparisons work exactly as you'd expect them to.