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

Timestamp to date extension #1181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 22, 2024

Description

This extension is сonvert timestamp from milliseconds to local date in format XX.XX.XXXX or local time in format XX:XX:XX

How to use the extension

Add a text change event and set the text value to TimestampToDate::TimestampToDate(Time("timestamp")) to get the current (local) date in XX.XX.XXXX format and to TimestampToDate::TimestampToTime(Time("timestamp")) to get the current (local) time in the format XX:XX:XX

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?

Community (Unreviewed)

Example file

Timestamp to date extension example.zip

Extension file

TimestampToDate.zip

@github-actions github-actions bot requested a review from a team as a code owner February 22, 2024 15:47
@github-actions github-actions bot added the ✨ New extension A new extension label Feb 22, 2024
@github-actions github-actions bot mentioned this pull request Feb 22, 2024
3 tasks
@VegeTato VegeTato added the 🔍 Reviewed extension An extension that is to be reviewed in great detail before merging. label Mar 22, 2024
@D8H
Copy link
Contributor

D8H commented Jul 4, 2024

Thank you for submitting an extension.

I think there should be only 1 extension with all time formatting or time handling features.

These existing extensions are of very various quality level:

I think your features should be merged into one of these extensions to avoid yet another time extension.

If someone is motivated, I think it would be a good thing to do a fusion of all of these extension and rework the ones that are not good enough.

@Jurfix
Copy link
Contributor

Jurfix commented Jul 4, 2024

Thank you for submitting an extension.

I think there should be only 1 extension with all time formatting or time handling features.

These existing extensions are of very various quality:

I think your features should be merged into one of these extensions to avoid yet another time extension.

I also thought about combining this with something, but decided not to do it until the answer.
I'll merge my extension with TimeFormatter

@Jurfix
Copy link
Contributor

Jurfix commented Jul 4, 2024

Done, but apparently I added it in the wrong place?
#1330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension 🔍 Reviewed extension An extension that is to be reviewed in great detail before merging.
Projects
Status: Needs review
Development

Successfully merging this pull request may close these issues.

3 participants