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

Correct the date format in Data.cs #17

Open
StudioLE opened this issue Apr 19, 2019 · 1 comment
Open

Correct the date format in Data.cs #17

StudioLE opened this issue Apr 19, 2019 · 1 comment
Labels
bug Something isn't working data collection Relates to data collection
Milestone

Comments

@StudioLE
Copy link
Member

date = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");

hh is currently reporting the hour as a 12 hour clock rather than 24 hour.

@brencass suggests using HH instead

@radumg suggests ISO8601 standard format

As we're targeting a global audience I think the inclusion of local time zone is definitely important.

@StudioLE StudioLE added bug Something isn't working data collection Relates to data collection labels Apr 19, 2019
@StudioLE StudioLE added this to the Public Beta milestone Apr 19, 2019
@radumg
Copy link
Contributor

radumg commented Apr 22, 2019

As we're targeting a global audience I think the inclusion of local time zone is definitely important.

Of course - this is usually (& easily) handled by the client/display layer (the VM in MVVM) however, leaving the data uniform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working data collection Relates to data collection
Projects
None yet
Development

No branches or pull requests

2 participants