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

new: Added support for floating point timestamps #154

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

pamburus
Copy link
Owner

Added support for timestamps represented as a floating point number of seconds, milliseconds, or microseconds since the Unix epoch.
The units are automatically chosen based on the values. If the value is close enough to Unix epoch, it is assumed to be in seconds.

@pamburus pamburus marked this pull request as ready for review March 19, 2024 22:39
@pamburus pamburus force-pushed the feature/issue/153/a branch from e256824 to 6c983bf Compare March 19, 2024 22:59
@pamburus pamburus linked an issue Mar 19, 2024 that may be closed by this pull request
@pamburus pamburus merged commit 80b5e5f into master Mar 19, 2024
1 check passed
@pamburus pamburus deleted the feature/issue/153/a branch March 19, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to show milliseconds since epoch human readable?
1 participant