You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UpdateTimeOfDay property is a DateTime object, which means that the output is depending on the culture of the agent. the comparison is done by comparing strings.
So when you provide a 24h format date and the culture is US, the resource is not in the desired state because the two values do not match.
Description of the issue
The UpdateTimeOfDay property is a DateTime object, which means that the output is depending on the culture of the agent. the comparison is done by comparing strings.
So when you provide a 24h format date and the culture is US, the resource is not in the desired state because the two values do not match.
Microsoft 365 DSC Version
Dev
Which workloads are affected
Teams
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: