Hey!
I've published a web application to a server in the USA. The app is actually for swedes (people in Sweden) and I am looking for the best way to hadle the time difference.
There's a +7 hour difference.
Should I store the DateTime.Now
in DB as it is, or should I use DateDiff to change the time before creating each record?
What's the best practice here? What to store in the database? Should the date only be differed when presenting it?
Best practices, please!