on 2020 Jan 24 1:57 PM
From last update we found an absurd problem with camel date expression.
${date:now:yyyy-mm-dd'T'hh:MM:ss'Z'} ----> 2020-38-24T01:01:38Z
${date:now:yyyymmddhhMMss} ----> 20203824010137
...I will try a workaround with groovy script... but... this is absurd.
Hello Federico,
As Evgeniy pointed it should be MM in date ( yyyy-MM-dd ) and mm represents minutes.
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Are you sure, that your date format string is correct?
Maybe it should look like: yyyy-MM-dd'T'hh:mm:ss'Z'?
Regards, Evgeniy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for correction,probably an copy and paste too fast!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.