Re: [Mono-list] Cross platform time zones

2009-10-02 Thread Ryan Kirkpatrick
Neil Stalker wrote: > In windows the timezones have a descriptive name such as "Eastern > Standard Time" but in linux the same timezone has the name > "US/Eastern". Is there a cross platform way of running > TimeZoneInfo.FindSystemTimeZoneById that can be used both in linux > and windows... Not

[Mono-list] Cross platform time zones

2009-09-25 Thread Neil Stalker
In windows the timezones have a descriptive name such as "Eastern Standard Time" but in linux the same timezone has the name "US/Eastern". Is there a cross platform way of running TimeZoneInfo.FindSystemTimeZoneById that can be used both in linux and windows, or would i have to add additional code