Tagged Questions
3
votes
4answers
2k views
Convert local time (10 digit number) to a readable datetime format
I'm working with pbx for voip calls. One aspect of pbx is that you can choose to receive CDR packages. Those packages have 2 timestamps : "utc" and "local", but both seem to always be the same.
...
1
vote
2answers
53 views
Is there a way to change TimeZone for a request in C# (ASP.NET MVC3)?
Is here a way to change timezone setting for a request, for example, at Application_AcquireRequestState
then for the whole request, no matter when I use Datetime.ToLocalTime (or new Datetime() etc), ...
1
vote
4answers
2k views
Why LocalTime displays server time and not browser time?
I am probably doing something wrong -- but cant figure why.
I have a DateTime field in my DB keeping a UTC time
My server is in the US, and the browser is in Europe.
The PageLoad Code is as ...