altibiz / ozds

OZDS
Other
0 stars 0 forks source link

Date string generator in OzdsComponentBase FIX #83

Closed GabrijelAB closed 3 weeks ago

GabrijelAB commented 2 months ago

In OzdsComponentBase I need to update DefaultOffset to work like private static TimeSpan GetOffset(DateTimeOffset forDate) { return TimeZoneInfo.FindSystemTimeZoneById("Europe/Zagreb") .GetUtcOffset(forDate); }