Time Zone and DateTime voes.



Hi all,
I have a big problem in my hands and not sure how I can fix this. Any
suggestions would be greatly appreciated.
I have a .NET 3 tier app developed in VS2003 and .NET 1.1. the client is a
windows application and middle tier runs on IIS. Data is passed between the
client and middle tier as DataSets and custom value object classes. The
problem in my hand is that the client application is deployed in different
time zones and the middle tier is in Eastern Time Zone. So the users in time
zones different from eastern time zone see the datetime adjusted to their
local time, which messes up the system. A lot of the datetimes we use are
just for storing dates only the time part is 00:00:00 and the problem is
some user whoose time zone is behind eastern time see this the date is off
by a day.
On searching internet some of the alternatives I found was to convert
datetiemes into string which is not possible in my case becase I have date
calculation going on the client.
What are my options here to rectify this issue ?

Thanks in advance.

--

Satish


.



Relevant Pages

  • Re: DateTime Equals method & Ticks
    ... The root issue I am solving is the lack of any time zone or Daylight Savings ... My wrapper class around DateTime provides this time zone awareness. ... which has no concept of Ticks in it. ... SYSTEMTIME struct is 'new' d into a DateTime object representing the result: ...
    (microsoft.public.dotnet.framework)
  • Re: Setting UTC time to 1970 (Unix Epoch)
    ... | It looks you have .NET 2.0 in mind. ... |> Actually DateTime wraps one Int64 number. ... | DateTime didn't actually care for the time zone. ... | Stoitcho Goutsev ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: handling different Timezones
    ... if I have a user table with a datetime ... > detection and resolution algorithms more resilient to time zone ... > and differences between physical clocks on multiple servers. ... > Online Partner Support Specialist ...
    (microsoft.public.sqlserver.replication)
  • Web services and incorrect handling of time zones in DateTime
    ... does anyone know why .Net incorrectly handles time zone conversion ... And the web service handles datetimes ... when the SOAP message contains datetime like ... exactly the same time as previously, but in UTC), it becomes DateTime ...
    (microsoft.public.dotnet.general)
  • Re: Changind TimeZone and notification without application restart
    ... My app reads serialized DataTable containing DateTime columns. ... app (the same that is changing time zone) that time zone has changed. ... deserialize it using the TimeZone I switched to withour restarting my app. ...
    (microsoft.public.dotnet.framework)

Loading