Bug? DateTime.SetTimeZone() wants an Int?

dilettante

Active Member
Licensed User
Longtime User
DateTime.TimeZoneOffset returns a Double, pretty much as one would expect since there are "fractional" time zones. However DateTime.SetTimeZone() only accepts an Int value, which seems problematic.

Is there a bug here or am I missing something?
 
Top