We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$CURRENT_SECONDS_UNIX - The number of seconds since the Unix epoch
This seems to 'trigger' $CURRENT_SECOND, then add the S_UNIX on.
$CURRENT_SECOND
S_UNIX
For example: $CURRENT_SECONDS_UNIX produces 38X_UNIX.
$CURRENT_SECONDS_UNIX
38X_UNIX
The text was updated successfully, but these errors were encountered:
fix: Fix $CURRENT_SECONDS_UNIX handling when resolving short ref fold…
bbf955e
…er (#570)
thanks for reporting, fix will be released in the next version.
Sorry, something went wrong.
No branches or pull requests
$CURRENT_SECONDS_UNIX - The number of seconds since the Unix epoch
This seems to 'trigger'
$CURRENT_SECOND
, then add theS_UNIX
on.For example:
$CURRENT_SECONDS_UNIX
produces38X_UNIX
.The text was updated successfully, but these errors were encountered: