Closed ToshY closed 2 years ago
If you are in the Cloud Console, you can see the full date directly there
But we can add a new variable like %date%
for that
Do you plan to open a pull request?
I totally missed that 🤦♂️ Thanks for taking the time to point that out.
I will close the issue as I don't see a particular need for it now.
@ToshY added %date%
and %time%
placeholder
@fbrettnich Thank you for taking the effort 👍 I'm going to use them immediately 😄
Problem
Currently you can name the snapshot with for example
%name%-%timestamp%
format. This will result in something likenew-server-1667887200
. The problem is, timestamps are not really that human friendly, as you just can't directly see what the date and time is when the snapshot was created.Proposed
Allow user specified custom datetime format (using for example
strftime
), and fallback to timestamp as default to avoid breaking change.