Hi folks,
Come across an oddity while testing the Azure Active Directory API poller. The first component in the poller uses onPremisesSyncEnabled and onPremisesLastSyncDateTime which returns:
onPremisesSyncEnabled : true
onPremisesLastSyncDateTime : 2024-03-13T15:26:53Z
The Last Sync is perfect for using as a variable called EXPECTED_SYNCTIME that's used in subsequent calls to trace possible sync failures. However, when you add that value as a variable it gets converted into a string date/time like this:
3/13/2024 3:26:53 PM
Has anyone come across this behaviour before and managed to do something with it? I wonder why it's converted and not left as is.
Cheers
Adrian