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

Support double #4

Closed
jeremypaskali opened this issue Jan 23, 2019 · 2 comments
Closed

Support double #4

jeremypaskali opened this issue Jan 23, 2019 · 2 comments
Assignees
Projects

Comments

@jeremypaskali
Copy link

When working with the DateTime class and with JSON Web Tokens, the specification calls for the Unix Epoch to be a double. It would ease use of this nuget package if the API support double for seconds.

@dejanfajfar
Copy link
Owner

This is a clear downside of this release. I was thinking of introducing a ExactEpoch or something like that to add support for microseconds. But I will add fractals to as input and output types where milliseconds can be transported

@dejanfajfar
Copy link
Owner

Added a LongEpochTime in version 3.0 which is based on a int64. But will introduce additional double extension methods to allow better interoperability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
2.0
  
todo
Development

No branches or pull requests

2 participants