Can I Force A ASP.Net Website to Show Time in A Specific Time Zone?
Posted
by KevDog
on Stack Overflow
See other posts from Stack Overflow
or by KevDog
Published on 2010-04-06T14:07:23Z
Indexed on
2010/04/06
14:13 UTC
Read the original article
Hit count: 178
I have a client request that all times be displayed in Pacific Time Zone, regardless of client settings. I'd like to avoid a scenario where I have to call a function for every time display and instead have a single point where I can make the switch.
I'm thinking a custom culture might do the trick, but I wanted to ask before I set off down a potentially blind alley (or miss something trivially easy).
© Stack Overflow or respective owner