ScheduledTask: NOTMATCH when using SynchronizeAcrossTimeZone #374
Labels
bug
The issue is a bug.
needs investigation
The issue needs to be investigated by the maintainers or/and the community.
Details of the scenario you tried and the problem that is occurring
Trying to run the task in the specific time according to the local time zone (Stockholm) with daylight saving.
Start-DscConfiguration
works without issues.Test-DscConfiguration
however, throws an error and returnsResourcesNotInDesiredState
.If I try with
SynchronizeAcrossTimeZone = $false
the code is executing without errors but then it looks like startup time is not corrected according to daylight saving.If I keep
SynchronizeAcrossTimeZone = $false
but disable daylight saving on the target node, it is also executing without errors.Verbose logs showing the problem
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
Version and build of PowerShell the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
8.4.0
The text was updated successfully, but these errors were encountered: