Binoculars icon indicating copy to clipboard operation
Binoculars copied to clipboard

Correct the date format in Data.cs

Open StudioLE opened this issue 5 years ago • 1 comments

https://github.com/teamtreedyn/Binoculars/blob/e0cf00e74b95c37f2ac07381bae780b42e9a1c58/Data.cs#L83

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 avatar Apr 19 '19 13:04 StudioLE

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.

radumg avatar Apr 22 '19 11:04 radumg