wolfd / pwm

PWM is an open source password self service application for LDAP directories. - exported from code.google.com/p/pwm
http://pwmdemo.weisberg.net/
0 stars 1 forks source link

Expansion of @CurrentTime:<pattern>@ macro truncates the first four characters #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Expansion of the "@CurrentTime:<pattern>@" is missing the first four characters.

The desired expansion can be obtained by inserting four spaces in front of 
<pattern>:  "@CurrentTime:    yyyyMMddHHmmssZ@"

What is the expected output? What do you see instead?

Expansion of "@CurrentTime:yyyyMMddHHmmssZ@" in the CDT timezone at 13:23:39 on 
September 13, 2013 yields "0913132339-0500" when it should be 
"20130913132339-0500".

What version of PWM are you using?

1.7.0

What ldap directory and version are you using?

2.3.43

Original issue reported on code.google.com by rjaf...@gmail.com on 13 Sep 2013 at 6:38

GoogleCodeExporter commented 9 years ago
This has been resolved in latest nightlies.

Original comment by jrivard on 3 Apr 2014 at 7:33