1-10 of 20 < Previous Next >
1 vote

GetAbbreviation is still a problem

The fix for work item #12541 has a problem. If you swap rules in the GetAbbreviation function, the companion rule’s modifier will never be used. See the fixed code below. Also, does this need the s...

id# 15056 | Planned Release: None | Last Updated: Feb 5 at 4:59 PM  by mlmanfredi
4 votes

GetDaylightChanges returns rules for zones which no longer operate daylight savings

For example, according to the Olson database, America/Barbados last operated daylight savings in 1980, but GetDaylightChanges indicates that Daylight savings time exists, and indicates that the sta...

id# 14475 | Planned Release: None | Last Updated: Jan 22 at 2:57 PM  by AlanBirenbaum
4 votes
closed

Southern hemisphere: GetDaylightChanges.Start and .End are reversed

In PublicDomain.TzTimeZone, GetDaylightChanges(iDSTYear).Start and GetDaylightChanges(iDSTYear).End return reverse values (.Start returns a DST off value and .End the DST on value) for time zone lo...

id# 13252 | Planned Release: 0.2.35.0 | Last Updated: Dec 20 2007 at 7:23 AM  by AleksLevshin
1 vote
closed

Etc time zones have day offsets

All of the Etc/GMT(+/-)X time zones are being parsed as day offsets instead of hour offsets.

id# 14464 | Planned Release: 0.2.35.0 | Last Updated: Dec 19 2007 at 3:02 AM  by schizoidboy
1 vote

License in each file for easier splicing

Add a license to the top of each source file so that it is easier to "take out" pieces of PublicDomain and know where it came from to remove ambiguity.

id# 14065 | Planned Release: None | Last Updated: Nov 25 2007 at 1:40 PM  by schizoidboy
1 vote
closed

TzTimeZone.GetTimeZone("") raises exception

With the newest version dated 10/30/07 6:02 pm, PublicDomain.TzTimeZone.GetTimeZone("") raises an exception for me. The version dated 9/8/07 used to just return Nothing. I didn't test what happens ...

id# 13637 | Planned Release: None | Last Updated: Nov 11 2007 at 3:23 PM  by schizoidboy
1 vote
closed

TimeZone 'America/Cost_Rica' not working

'America/Cost_Rica' zone doesn't work. It appears to be supported in the Olson DB. Example: Dim zone As PublicDomain.TzTimeZone zone = PublicDomain.TzTimeZone.GetTimeZone("America/Cost_Rica") zon...

id# 13253 | Planned Release: None | Last Updated: Nov 1 2007 at 3:54 PM  by MARIOIGREC
1 vote
closed

TzTimeZone.CurrentTimeZone set to null by .cctor when OS time zone set to GMT

The static constructor of the TzTimeZone type sets the s_currentTimeZone field to null when the operating system time zone is set to GMT (and UTC offset consequently is zero). To reproduce: Set OS...

id# 13336 | Planned Release: 0.2.29.0 | Last Updated: Oct 17 2007 at 8:09 AM  by MathiasHolmgren
1 vote

More ToUniversalTime issues

OK, found just one case that I think is off by one hour. Here's the output of my tests with annotations: DST off rule for Europe/Moscow: Oct lastSun 2:00s (3am (23:00 UTC) becomes 2am) zone.ToLoca...

id# 12914 | Planned Release: None | Last Updated: Oct 10 2007 at 2:13 PM  by schizoidboy
1 vote
fixed

ObjectUtilities.SerializeObjectToBinary(object o) is returning wrong buffer.

The ObjectUtilities.SerializeObjectToBinary(object o) function is returning the buffer obtained via MemoryStream.GetBuffer() which is an internal buffer maintained by MemoryStream and is not suppor...

id# 12958 | Planned Release: 0.2.27.0 | Last Updated: Oct 10 2007 at 2:12 PM  by schizoidboy

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 20 < Previous 1 2 Next >
Updating...