Skip to content
New issue

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

Updated extension: TimeFormatter #1330

Open
3 tasks done
Jurfix opened this issue Jul 4, 2024 · 1 comment
Open
3 tasks done

Updated extension: TimeFormatter #1330

Jurfix opened this issue Jul 4, 2024 · 1 comment
Labels
✨ New extension A new extension

Comments

@Jurfix
Copy link
Contributor

Jurfix commented Jul 4, 2024

Description

I have added two new functions to the extension, TimestampToLocalDate - converts a timestamp to a local date, and TimestampToLocalTime - converts a timestamp to a local time.
I've also updated the short description and description a bit, added a few new tags, and updated the extension version from 0.0.2 to 0.1.0.

How to use the extension

Add a text change event and set the text value to "Сurrent date: " + TimeFormatter::TimestampToLocalDate(Time("timestamp")) + " | Сurrent time: " + TimeFormatter::TimestampToLocalTime(Time("timestamp"))

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Reviewed

Example file

ExampleUpdateTimeFormatter.zip

Extension file

UpdateTimeFormatterExtension.zip

@Jurfix Jurfix added the ✨ New extension A new extension label Jul 4, 2024
Copy link
Contributor

github-actions bot commented Jul 4, 2024

👋 Thanks for your submission! We are sorry, but it seems we already have a reviewed extension with that name. Extensions cannot be in both the community and reviewed extensions list at once. If you are trying to update that extension, please ask a member of the extension team for help. If the name clash is a coincidence, please update your original submission post with a new zip file containing your extension with a file name that is not already taken 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
None yet
Development

No branches or pull requests

1 participant