For T401128: Indicate global (b)locks on User Info Card it would be preferable to display when a given global user was (b)locked. However, in CentralAuth it's not possible at the moment to get a date at which the user was locked.
The locks (as opposed to ordinary blocks) are not stored in their own table. Instead, they are expressed as a field in the globaluser table. Therefore, in order to get the date, when user was locked, it's needed to read the recent log entries of type globalauth/setstatus and find the relevant state transition there.
This task will cover implementing such service in CentralAuth, that will be used then for the parent task.