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
Hi @momocow, I was searching where did you define this function that you are using on your default-template.hbs:
{{datetime "UTC:yyyy-mm-dd"}}
I am also using it but I do not understand where does it come from? Is it something already included on node/javascript?
Also is it possible to configure a different timezone format? Simple as just doing {{datetime "UTC-3:yyyy-mm-dd"}} ??
The text was updated successfully, but these errors were encountered:
I am also using it but I do not understand where does it come from?
It's a customized function. See
semantic-release-gitmoji/lib/release-notes.js
Line 43 in bbba196
Simple as just doing {{datetime "UTC-3:yyyy-mm-dd"}} ??
You're definitely right!
Sorry, something went wrong.
No branches or pull requests
Hi @momocow, I was searching where did you define this function that you are using on your default-template.hbs:
{{datetime "UTC:yyyy-mm-dd"}}
I am also using it but I do not understand where does it come from? Is it something already included on node/javascript?
Also is it possible to configure a different timezone format? Simple as just doing {{datetime "UTC-3:yyyy-mm-dd"}} ??
The text was updated successfully, but these errors were encountered: