This topic is locked

Time Zones

9/5/2016 3:39:54 PM
ASPRunner.NET General questions
jadach authorDevClub member

Is there any way of doing this in C# or ASPRunner.Net?

date_default_timezone_set('America/Los_Angeles');

http://www.asprunner.com/forums/topic/23774-how-do-i-set-a-timezone-different-from-one-that-my-we-hosting-uses/

Pete K 9/6/2016

I was looking into doing something similar a while back, Jerry. It appears that you can't do this on a per-app basis in the Asp.net platform.
http://stackoverflow.com/questions/19241815/how-to-change-the-default-timezone-of-my-asp-net-website-in-web-config-file

jadach authorDevClub member 9/6/2016

Yes, that is what I read too. I was just hoping Sergey and the team had some magic for me.