Ex: shibboleth.expiring-password.Condition in v4
Paul B. Henson
henson at cpp.edu
Fri Aug 28 03:34:28 UTC 2020
On Thu, Aug 27, 2020 at 08:26:54PM -0700, Paul B. Henson wrote:
> What makes this more annoying is that it is obviously correctly parsing
> the string 8-/, but failing anyway.
Hallelujah! I finally got it to work by changing the format to
"yyyyMMddHHmmssZ'T'" and generating the string "20201217075900-0000T".
I'm confused though. I'm pretty sure it was failing because the parsed
time didn't contain a timezone, and therefore could not be converted
into an Instant. But the example time format string doesn't include a
timezone. So how would it have ever been converted into an Instant?
--
Paul B. Henson | (909) 979-6361 | http://www.cpp.edu/~henson/
Operating Systems and Network Analyst | henson at cpp.edu
California State Polytechnic University | Pomona CA 91768
More information about the users
mailing list