Hi all;
I've created a criteria-based set that has to filter for users that have an "expiration Time" "prior to" "today".
xpath filter: /Person[ExpirationTime < fn:current-dateTime()]
I've got one user where I've set a date expired to a week ago.
When I click view members it does not return any results. When I change the logic to"expiration Time" "after" "today". to see how this logic works, it doesn't return any results either.
I'm working in Belgium, regional settings are d/MM/yyyy H:mm (in 24h format).
My browser language is also set to nl-BE, where FIM actually uses this in the PORTAL field too:
Today in Belgium is 16/09/2014 16:45. But My set returns 0 members.
I've read some articles that FIM needs the format in yyyy/MM/dd format (for import)
Is it correct that FIM Portal doesn't handle this XPATH current-dateTime() function correctly for foreign regional settings?
I've tried to set it current-dateTime("d/MM/yyyy") or other variants, but that gives an error when I'm trying to save.
Kind regards,
David