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

Datetime format. Discussion. #168

Open
zubrabubra opened this issue Dec 11, 2015 · 0 comments
Open

Datetime format. Discussion. #168

zubrabubra opened this issue Dec 11, 2015 · 0 comments

Comments

@zubrabubra
Copy link
Collaborator

There are number of ways one can format the dates, and number will be invented after this defect will be resolved. Among them most popular are Unix time, ISO8601, RFC 3339, and many more.

Current implementation heavily uses ISO8601 which has been selected by many open APIs, thus it could be treated as a proper decision. While unix epoch time is more convenient in m2m protocols due to the fact that it's all about machine 2 machine, however the biggest argument against is increased efforts during debugging process.

Changing the format will also require additional development to be done on client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant