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

Use ISO8601 format instead of raw Unix Epoch #142

Closed
puffyCid opened this issue May 23, 2024 · 0 comments · Fixed by #153
Closed

Use ISO8601 format instead of raw Unix Epoch #142

puffyCid opened this issue May 23, 2024 · 0 comments · Fixed by #153
Assignees
Labels
enhancement New feature or request

Comments

@puffyCid
Copy link
Owner

What new feature do you think would be cool to add to artemis?
Currently artemis outputs all timestamps to UNIXEPOCH seconds. This not really useful for when reviewing data.
Instead, it would probably be nice to output to ISO8601 format directly (YYYY-MM-DDTHH:mm:ss)

Describe the solution you'd like
Output to ISO8601 instead of seconds

Additional context
Users can already do this in the JS runtime, but this would be nice for users who just use the cli tool or TOML files

@puffyCid puffyCid changed the title Use ISO8601 format instead of raw UNIXEPOCH seconds Use ISO8601 format instead of raw Unix Epoch May 23, 2024
@puffyCid puffyCid added the enhancement New feature or request label Jun 4, 2024
@puffyCid puffyCid self-assigned this Jun 10, 2024
@puffyCid puffyCid linked a pull request Jun 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant