Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Save DateTimes in ISO8601 #27

Closed
shanselman opened this issue Jul 27, 2017 · 1 comment
Closed

Save DateTimes in ISO8601 #27

shanselman opened this issue Jul 27, 2017 · 1 comment

Comments

@shanselman
Copy link
Contributor

Never save dates in a "culture specific" format. Always use ISO8601 as a culture invariant. You deserailize the date from that format and THEN output it specific to the user's machine in the view.

@shanselman
Copy link
Contributor Author

Fixed in #29

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

No branches or pull requests

1 participant