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

Add Windows timestamp conversion to the Date-Time Converter #1483

Open
3 tasks done
robertstrom opened this issue Jan 31, 2025 · 0 comments
Open
3 tasks done

Add Windows timestamp conversion to the Date-Time Converter #1483

robertstrom opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement New feature or request triage

Comments

@robertstrom
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

Please add the conversion of the Windows equivalent of Unix epoch time to the date-time converter

A Microsoft NT timestamp is a 64-bit value that represents the number of 100-nanosecond intervals that have passed since January 1, 1601 Coordinated Universal Time (UTC). It's also known as a Windows NT time format, Win32 FILETIME, or NTFS file time.

https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/convert-datetime-attributes-to-standard-format

Thanks!

Is their example of this tool in the wild?

No response

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@robertstrom robertstrom added enhancement New feature or request triage labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant