-
-
Notifications
You must be signed in to change notification settings - Fork 305
Description
- WDD Version: 5.4.2
- OS Version: W10 LTSC 21H2
Steps to Reproduce:
- Start the program since daylight savings today.
- Get an error.
- Try to configure schedule via location name or window location
Are you using the Microsoft Store version of WDD?: No
Error:
[2024-04-01 00:21:59.127] System.ArgumentException: The supplied DateTime represents an invalid time. For example, when the clock is adjusted forward, any time in the period that is skipped is invalid. (Parameter 'dateTime') at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData) at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo destinationTimeZone) at WinDynamicDesktop.SunriseSunsetService.GetSunPhases(DateTime date, Double latitude, Double longitude) at WinDynamicDesktop.SunriseSunsetService.GetSolarData(DateTime date) at WinDynamicDesktop.SolarScheduler.CalcNextUpdateTime(SolarData data, DisplayEvent e) at WinDynamicDesktop.EventScheduler.Run(Boolean forceImageUpdate, DisplayEvent overrideEvent) at WinDynamicDesktop.ScheduleDialog.HandleScheduleChange() at WinDynamicDesktop.ScheduleDialog.okButton_Click(Object sender, EventArgs e) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state) at InvokeStub_SendOrPostCallback.Invoke(Object, Span1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)`