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

Demonstrate conversion from/to common date/time formats #23

Open
archfrog opened this issue Dec 8, 2017 · 0 comments
Open

Demonstrate conversion from/to common date/time formats #23

archfrog opened this issue Dec 8, 2017 · 0 comments

Comments

@archfrog
Copy link

archfrog commented Dec 8, 2017

Hi,

I accidentally stumbled across a StackOverflow article where you recommend temporenc and it immediately caught my attention as I generally like to use "normalized" date formats (instead of obscure epoch-based formats) and I am currently contemplating if I want to go with temporenc (I'm quite positive, though).

I immediately found that I, and probably everybody else, need algorithms for converting to and from the following common formats: Windows 64-bit time stamps, Unix 32-bit time stamps, ISO this-and-that long string representations, etc.

It would be a great help for everybody who contemplate using your new format, I think, if you could research and provide sample code for converting forth and back between the most commonly used formats.

You may argue that this is not your responsibility, which I'd sort of agree with, but I think it could help the adoption rate of your new format quite a bit, if you (or somebody else) supplied the above.

I found a couple of links of relevance to this request:

  1. Microsoft blog.
  2. Python code.
  3. date decode using Python.

Cheers,
Archfrog

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

No branches or pull requests

1 participant