NHibernate. Current server datetime()
Posted
by Andrew Kalashnikov
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Kalashnikov
Published on 2010-06-16T06:02:10Z
Indexed on
2010/06/16
6:22 UTC
Read the original article
Hit count: 145
Hello. At my domains for audit purposes I've got UpdatedOn property. Now I set it at client before updating to DateTime.Now. But a lot of users have incorrect datetime at theirs machines, so i need use server datetime (getdate(),now()...) How can i implement this strategy?
© Stack Overflow or respective owner