abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.77k stars 3.41k forks source link

Added DataTimeValueConverters function. #1983

Closed maliming closed 4 years ago

maliming commented 4 years ago

When developers use UTC, we need to normalize the time.

https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions

wocar commented 4 years ago

By reading the tests its pretty straight forward. However, can we get this documented? Should i create a new Issue?

Thank you amazing work you do guys.

maliming commented 4 years ago

hi @wocar It is basically the same as Timing of Boilerplate.

There will be related documents later.

wocar commented 4 years ago

Wonderful thank you! Hope this is useful for someone else that comes down this road.

As always thank you for the immediate response! Good job 👏🏽

El El mar, 14 de enero de 2020 a la(s) 6:43 p.m., maliming < notifications@github.com> escribió:

hi @wocar https://github.com/wocar It is basically the same as Timing https://aspnetboilerplate.com/Pages/Documents/Timing of Boilerplate.

There will be related documents later.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abpframework/abp/issues/1983?email_source=notifications&email_token=ACGJYYNQIUW7JCUGAM2TYRTQ5ZL3RA5CNFSM4JDMIVH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI6U2EA#issuecomment-574442768, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGJYYLHYNMZ6FMRU5NEZ6DQ5ZL3RANCNFSM4JDMIVHQ .

--