There is a Date displayed at the top left corner of every page. Can someone please tell me where DNN gets this date from? Is it from the Portal Timezone inside the Site Setting, or always directly from the server? I'm asking because I'm getting inconsistent
observations. I'm specifically referring to DNN3.1.1 and when visited by a non-member (unauthenticated).
This is a skin object which uses the server time to start with. Next, it is adjusted based on teh site settings timezone attribute, if the user is not logged in. The nex level is for logged in users, which it checks their timezone preference and adjusts
accordingly. This is working exactly as it should to the best of my knowledge.
None
0 Points
24 Posts
Where does DNN get it's date from?
Jan 04, 2006 05:13 AM|hauwquek|LINK
There is a Date displayed at the top left corner of every page. Can someone please tell me where DNN gets this date from? Is it from the Portal Timezone inside the Site Setting, or always directly from the server? I'm asking because I'm getting inconsistent observations. I'm specifically referring to DNN3.1.1 and when visited by a non-member (unauthenticated).
Thank you.
Member
4 Points
2406 Posts
Re: Where does DNN get it's date from?
Jan 04, 2006 07:27 AM|thecrispy1|LINK
This is a skin object which uses the server time to start with. Next, it is adjusted based on teh site settings timezone attribute, if the user is not logged in. The nex level is for logged in users, which it checks their timezone preference and adjusts accordingly. This is working exactly as it should to the best of my knowledge.