Hi,
I have a custom attribute for new hire start date with the following configuration :
When i retrieve the attribute it is always returned as the day before, as an example here is a user for whom the start date is 28th of November, this is also how it displays in the user properties :
If I get the start date custom attribute in a powershell script though, for some reason, it gets the date as the day before :
I am having trouble understanding why it is returned like that, I could counter it by using .AddDays on the datetime variable i guess but would like to understand what is going on here, any input would be appreciated.