shibboleth.expiring-password.Condition in v4

Cantor, Scott cantor.2 at osu.edu
Fri Aug 28 13:54:38 UTC 2020


The best advice I have is to read the javadocs, this is obviously not anything we wrote, it's just plain Java formatting.

I believe Date is the wrong class entirely, BTW, that's the dead Java API, the new stuff is very different. So I thihnk you went sideways way early on this. The new package is java.time

You can also go straight from epoch via the Instant class or probably other simple tricks.

Lastly, my formatter is: yyyyMMddHHmmssX

Note the X. That’s how the new API models the Z in a UTC time stamp being present, or an actual offset.

-- Scott




More information about the users mailing list